Minor fixes
This commit is contained in:
@@ -783,7 +783,7 @@ namespace FlaxEngine.GUI
|
||||
if (_tooltipUpdate != null)
|
||||
{
|
||||
SetUpdate(ref _tooltipUpdate, null);
|
||||
Tooltip.OnMouseLeaveControl(this);
|
||||
Tooltip?.OnMouseLeaveControl(this);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user