Merge branch 'GoaLitiuM-tooltip_fix'
This commit is contained in:
@@ -1082,6 +1082,11 @@ namespace FlaxEngine.GUI
|
|||||||
[NoAnimate]
|
[NoAnimate]
|
||||||
public void UnlinkTooltip()
|
public void UnlinkTooltip()
|
||||||
{
|
{
|
||||||
|
if (_tooltipUpdate != null)
|
||||||
|
{
|
||||||
|
SetUpdate(ref _tooltipUpdate, null);
|
||||||
|
Tooltip?.OnMouseLeaveControl(this);
|
||||||
|
}
|
||||||
_tooltipText = null;
|
_tooltipText = null;
|
||||||
_tooltip = null;
|
_tooltip = null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user