Fixed the tiny bug that prevents you from customizing Wiimote key mapping.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4626 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
ayuanx 2009-11-28 19:45:24 +00:00
parent 3e287233e9
commit 7643127935

View File

@ -168,6 +168,7 @@ void WiimotePadConfigDialog::OnKeyDown(wxKeyEvent& event)
SetButtonText(ClickedButton->GetId(), keyStr);
// Save the setting
SaveKeyboardMapping(Page, ClickedButton->GetId(), i);
break;
}
}
#elif defined(HAVE_X11) && HAVE_X11