mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
Added several XKeyToString translations.
Fixed minor font issue with wiimote pad button dialog. Removed unnecessary OpenGL_MakeCurrent call from DoState. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5209 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -864,6 +864,7 @@ void WiimotePadConfigDialog::CreatePadGUIControls()
|
||||
{
|
||||
m_statictext_GH3[x][i] = new wxStaticText(m_Controller[i], wxID_ANY, gh3Text[x]);
|
||||
m_Button_GH3[x][i] = new wxButton(m_Controller[i], x, wxEmptyString, wxDefaultPosition, wxSize(BtW, BtH));
|
||||
m_Button_GH3[x][i]->SetFont(m_SmallFont);
|
||||
m_Sizer_GH3[x][i] = new wxBoxSizer(wxHORIZONTAL);
|
||||
m_Sizer_GH3[x][i]->Add(m_statictext_GH3[x][i], 0, (wxUP), 4);
|
||||
m_Sizer_GH3[x][i]->Add(m_Button_GH3[x][i], 0, (wxLEFT), 2);
|
||||
|
Reference in New Issue
Block a user