Fix stack overflow when restoring tab in floating window

This commit is contained in:
2024-07-31 23:09:44 +03:00
committed by Ari Vuollet
parent a9711d0cf2
commit 5fa8c0bee2

View File

@@ -464,7 +464,7 @@ namespace FlaxEditor.GUI.Docking
{
base.Focus();
SelectTab();
SelectTab(false);
BringToFront();
}