Merge branch 'Tryibion-toolti-fix-while-dragging'
This commit is contained in:
@@ -948,6 +948,10 @@ namespace FlaxEngine.GUI
|
||||
{
|
||||
// Set flag
|
||||
_isDragOver = true;
|
||||
|
||||
// Hide tooltip
|
||||
Tooltip?.Hide();
|
||||
|
||||
return DragDropEffect.None;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user