Toolbox - fix focus issue on load

This commit is contained in:
adelikat 2013-12-22 15:26:09 +00:00
parent 0cd5af1843
commit edd9e65e9e
1 changed files with 3 additions and 1 deletions

View File

@ -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()