Fix restored docked window layout being misaligned

This commit is contained in:
2025-04-07 22:06:26 +03:00
parent 063f3c69ad
commit 99682ea9b2

View File

@@ -946,6 +946,7 @@ namespace FlaxEditor.Modules
win.ParentDockPanel.MoveTabRight(currentTabIndex);
currentTabIndex++;
}
panel.PerformLayout(true);
}
else
{