Path Config - when clicking a tab, focus on the base path textbox

This commit is contained in:
adelikat 2012-09-27 01:37:56 +00:00
parent d4c89015a7
commit 00f9e05d5e
3 changed files with 870 additions and 872 deletions

File diff suppressed because it is too large Load Diff

View File

@ -261,8 +261,7 @@ namespace BizHawk.MultiClient
private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
{
//TODO: make base text box Controls[0] so this will focus on it
//tabControl1.TabPages[tabControl1.SelectedIndex].Controls[0].Focus();
tabControl1.TabPages[tabControl1.SelectedIndex].Controls[0].Focus();
}
private void RecentForROMs_CheckedChanged(object sender, EventArgs e)

File diff suppressed because it is too large Load Diff