Fix stack overflow when restoring tab in floating window
This commit is contained in:
@@ -464,7 +464,7 @@ namespace FlaxEditor.GUI.Docking
|
|||||||
{
|
{
|
||||||
base.Focus();
|
base.Focus();
|
||||||
|
|
||||||
SelectTab();
|
SelectTab(false);
|
||||||
BringToFront();
|
BringToFront();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user