Merge branch 'Tryibion-quick-win-undock-fix'
This commit is contained in:
@@ -139,6 +139,8 @@ namespace FlaxEditor.GUI.Docking
|
||||
/// <inheritdoc />
|
||||
protected override void OnLastTabRemoved()
|
||||
{
|
||||
if (ChildPanelsCount > 0)
|
||||
return;
|
||||
// Close window
|
||||
_window?.Close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user