View Single Post
01-13-18, 05:21 PM   #6
lightspark
A Rage Talon Dragon Guard
 
lightspark's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2012
Posts: 341
TBF, if I were you I'd add a bunch of prints w/ debugstacks to see what and where is registering styles

-- edit #1

I mean add the following code here:
Lua Code:
  1. print("style:", name)
  2. print(debugstack(2, 2, 0))

This way you'll be able to see from where RegisterStyle was called.
__________________

Last edited by lightspark : 01-13-18 at 05:44 PM.
  Reply With Quote