Fix window focus issue when removing actors
This commit is contained in:
@@ -29,6 +29,7 @@ namespace FlaxEditor.Windows
|
||||
: base(editor, true, ScrollBars.Vertical)
|
||||
{
|
||||
Title = "Properties";
|
||||
AutoFocus = true;
|
||||
|
||||
Presenter = new CustomEditorPresenter(editor.Undo);
|
||||
Presenter.Panel.Parent = this;
|
||||
|
||||
Reference in New Issue
Block a user