Rename NewWindowMethod to NewWindowLocation and add handling for new asset windows too
#577
This commit is contained in:
@@ -241,7 +241,7 @@ namespace FlaxEditor.GUI.Docking
|
||||
/// </summary>
|
||||
public void FocusOrShow()
|
||||
{
|
||||
FocusOrShow((DockState)Editor.Instance.Options.Options.Interface.NewWindowMethod);
|
||||
FocusOrShow((DockState)Editor.Instance.Options.Options.Interface.NewWindowLocation);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user