Fix tooltip not hiding after clicking on TreeNode
This commit is contained in:
@@ -179,6 +179,8 @@ namespace FlaxEngine.GUI
|
||||
/// <param name="target">The target.</param>
|
||||
public void OnMouseLeaveControl(Control target)
|
||||
{
|
||||
if (Visible)
|
||||
Hide();
|
||||
_lastTarget = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user