@@ -47,6 +47,7 @@ namespace FlaxEditor.GUI.Tabs
|
|||||||
if (EnabledInHierarchy && Tab.Enabled)
|
if (EnabledInHierarchy && Tab.Enabled)
|
||||||
{
|
{
|
||||||
Tabs.SelectedTab = Tab;
|
Tabs.SelectedTab = Tab;
|
||||||
|
Tab.PerformLayout(true);
|
||||||
Tabs.Focus();
|
Tabs.Focus();
|
||||||
}
|
}
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Reference in New Issue
Block a user