Fixed spacing and comment
This commit is contained in:
@@ -948,11 +948,13 @@ namespace FlaxEngine.GUI
|
||||
{
|
||||
// Set flag
|
||||
_isDragOver = true;
|
||||
// Update tooltip
|
||||
|
||||
// Hide tooltip
|
||||
if (_tooltipUpdate != null)
|
||||
{
|
||||
Tooltip.Hide();
|
||||
}
|
||||
|
||||
return DragDropEffect.None;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user