We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e2bd0 commit 2430fdaCopy full SHA for 2430fda
haxe/ui/core/Component.hx
@@ -1,5 +1,6 @@
1
package haxe.ui.core;
2
3
+import haxe.ui.tooltips.ToolTipManager;
4
import haxe.ui.backend.ComponentImpl;
5
import haxe.ui.events.AnimationEvent;
6
import haxe.ui.events.MouseEvent;
@@ -700,6 +701,7 @@ class Component extends ComponentImpl
700
701
_compositeBuilder.destroy();
702
}
703
LocaleManager.instance.unregisterComponent(this);
704
+ ToolTipManager.instance.unregisterTooltip(this);
705
handleDestroy();
706
onDestroy();
707
if (_compositeBuilder != null) {
0 commit comments