destroyed tooltip msg should be debug i think
This commit is contained in:
parent
82ea882efd
commit
d9b7e2a26c
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue