Toolbox - fix focus issue on load
This commit is contained in:
parent
0cd5af1843
commit
edd9e65e9e
|
@ -27,9 +27,9 @@ namespace BizHawk.Client.EmuHawk
|
|||
);
|
||||
|
||||
SetTools();
|
||||
ToolBoxItems.First().Select();
|
||||
SetSize();
|
||||
|
||||
ToolBoxStrip.Select();
|
||||
ToolBoxItems.First().Select();
|
||||
}
|
||||
|
||||
|
@ -73,6 +73,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
toolBtn.Click += (o, e) => Close();
|
||||
}
|
||||
}
|
||||
|
||||
NesDebuggerToolbarItem.Visible = !VersionInfo.INTERIM;
|
||||
}
|
||||
|
||||
private void SetSize()
|
||||
|
|
Loading…
Reference in New Issue