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 3382aabefe
commit e24bb71e91

View File

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