Fix crash when starting drag&drop with invalid control state (detached from window)
This commit is contained in:
@@ -987,7 +987,7 @@ namespace FlaxEngine.GUI
|
||||
{
|
||||
// Hide tooltip
|
||||
Tooltip?.Hide();
|
||||
Root.DoDragDrop(data);
|
||||
Root?.DoDragDrop(data);
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user