PadSimple: move DInput init to new function OnShow (called every time dialog is shown instead of just once in the constructor)

fixes issue 1341.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4291 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
LPFaint99
2009-09-17 08:17:31 +00:00
parent 8beeaff896
commit dbf68d9b0d
2 changed files with 10 additions and 6 deletions

View File

@ -125,7 +125,8 @@ class PADConfigDialogSimple : public wxDialog
void ControllerSettingsChanged(wxCommandEvent& event);
void OnButtonClick(wxCommandEvent& event);
void DllAbout(wxCommandEvent& event);
void OnShow(wxShowEvent& event);
int keyPress;
wxButton *ClickedButton;
wxString oldLabel;