Merge branch 'GoaLitiuM-tooltip_fix'

This commit is contained in:
Wojtek Figat
2025-04-12 22:08:09 +02:00

View File

@@ -1082,6 +1082,11 @@ namespace FlaxEngine.GUI
[NoAnimate]
public void UnlinkTooltip()
{
if (_tooltipUpdate != null)
{
SetUpdate(ref _tooltipUpdate, null);
Tooltip?.OnMouseLeaveControl(this);
}
_tooltipText = null;
_tooltip = null;
}