Merge branch 'Tryibion-toolti-fix-while-dragging'

This commit is contained in:
2022-10-10 16:09:49 +02:00
+4
View File
@@ -948,6 +948,10 @@ namespace FlaxEngine.GUI
{
// Set flag
_isDragOver = true;
// Hide tooltip
Tooltip?.Hide();
return DragDropEffect.None;
}