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