Simplified tool tip hide
This commit is contained in:
@@ -950,11 +950,8 @@ namespace FlaxEngine.GUI
|
||||
_isDragOver = true;
|
||||
|
||||
// Hide tooltip
|
||||
if (_tooltipUpdate != null)
|
||||
{
|
||||
Tooltip.Hide();
|
||||
}
|
||||
|
||||
Tooltip?.Hide();
|
||||
|
||||
return DragDropEffect.None;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user