Merge branch 'Tryibion-quick-win-undock-fix'

This commit is contained in:
Wojtek Figat
2024-10-07 10:24:47 +02:00

View File

@@ -139,6 +139,8 @@ namespace FlaxEditor.GUI.Docking
/// <inheritdoc />
protected override void OnLastTabRemoved()
{
if (ChildPanelsCount > 0)
return;
// Close window
_window?.Close();
}