destroyed tooltip msg should be debug i think
This commit is contained in:
+3
-1
@@ -1639,7 +1639,9 @@
|
||||
|
||||
if (not object.ToolTip) then
|
||||
if (object.__destroyed) then
|
||||
Details:Msg("object:ToolTip() is invalid.", object.__destroyedBy)
|
||||
if (Details.debug) then
|
||||
Details:Msg("object:ToolTip() is invalid.", object.__destroyedBy)
|
||||
end
|
||||
self:ResetWindow()
|
||||
self:RefreshWindow(true)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user