mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
The escape key should now work to close most of the dialogs in dolphin. Let me know of any that I missed. I am sure there are some. I also notice that anytime a wxNotebook is used a page should be set to get proper focus on the dialog.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7351 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -213,7 +213,7 @@ void CConfigMain::SetSelectedTab(int tab)
|
||||
switch (tab)
|
||||
{
|
||||
case ID_AUDIOPAGE:
|
||||
this->Notebook->SetSelection(2);
|
||||
Notebook->SetSelection(2);
|
||||
break;
|
||||
}
|
||||
}
|
||||
@ -947,6 +947,7 @@ void CConfigMain::CreateGUIControls()
|
||||
|
||||
Fit();
|
||||
Center();
|
||||
Notebook->SetSelection(0);
|
||||
}
|
||||
|
||||
void CConfigMain::OnClose(wxCloseEvent& WXUNUSED (event))
|
||||
|
Reference in New Issue
Block a user