moved where hiding the tooltip is called when starting to drag for better response
This commit is contained in:
@@ -948,10 +948,6 @@ namespace FlaxEngine.GUI
|
||||
{
|
||||
// Set flag
|
||||
_isDragOver = true;
|
||||
|
||||
// Hide tooltip
|
||||
Tooltip?.Hide();
|
||||
|
||||
return DragDropEffect.None;
|
||||
}
|
||||
|
||||
@@ -998,6 +994,8 @@ namespace FlaxEngine.GUI
|
||||
[NoAnimate]
|
||||
public virtual void DoDragDrop(DragData data)
|
||||
{
|
||||
// Hide tooltip
|
||||
Tooltip?.Hide();
|
||||
Root.DoDragDrop(data);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user