Merge branch 'tooltip_fix' of https://github.com/GoaLitiuM/FlaxEngine into GoaLitiuM-tooltip_fix
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user