Merge branch 'ui-fixes' of git://github.com/stefnotch/FlaxEngine into stefnotch-ui-fixes
This commit is contained in:
@@ -289,6 +289,10 @@ namespace FlaxEditor.GUI.Docking
|
||||
}
|
||||
OnSelectedTabChanged();
|
||||
}
|
||||
else if (autoFocus && _selectedTab != null && !_selectedTab.ContainsFocus)
|
||||
{
|
||||
_selectedTab.Focus();
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user