Closed Histidine91 closed 11 years ago
It seems to be triggering for every single Chili element in ZK,when I'm pretty sure none of them have custom draw controls. Is it detecting the inherited draw control?
https://github.com/jk3064/chiliui/blob/master/chili/controls/object.lua#L200
Changing "DebugHandler.GetWidgetOrigin() ~= Chili" to "DebugHandler.GetWidgetOrigin() ~= widget" fixes the problem.
fixed
It seems to be triggering for every single Chili element in ZK,when I'm pretty sure none of them have custom draw controls. Is it detecting the inherited draw control?