Path Config - when clicking a tab, focus on the base path textbox
This commit is contained in:
parent
d4c89015a7
commit
00f9e05d5e
File diff suppressed because it is too large
Load Diff
|
@ -261,8 +261,7 @@ namespace BizHawk.MultiClient
|
||||||
|
|
||||||
private void tabControl1_SelectedIndexChanged(object sender, EventArgs e)
|
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)
|
private void RecentForROMs_CheckedChanged(object sender, EventArgs e)
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue