Merge branch 'better-tool-tip-hide-on-drag' of https://github.com/Tryibion/FlaxEngine into Tryibion-better-tool-tip-hide-on-drag
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