destroyed tooltip msg should be debug i think

This commit is contained in:
andrew6180
2024-05-27 05:39:36 -07:00
parent 82ea882efd
commit d9b7e2a26c
+3 -1
View File
@@ -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