Fixed spacing and comment

This commit is contained in:
Chandler Cox
2022-10-06 16:51:25 -05:00
parent 79ccda3883
commit 2d42ca522d

View File

@@ -948,11 +948,13 @@ namespace FlaxEngine.GUI
{
// Set flag
_isDragOver = true;
// Update tooltip
// Hide tooltip
if (_tooltipUpdate != null)
{
Tooltip.Hide();
}
return DragDropEffect.None;
}