Oops, quick fix for special key mapping.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4738 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
dfc24337b5
commit
60a8d89b56
|
@ -241,7 +241,7 @@ void WiimotePadConfigDialog::OnButtonClick(wxCommandEvent& event)
|
|||
ClickedButton = (wxButton *)event.GetEventObject();
|
||||
// Save old label so we can revert back
|
||||
OldLabel = ClickedButton->GetLabel();
|
||||
//ClickedButton->SetWindowStyle(wxWANTS_CHARS);
|
||||
ClickedButton->SetWindowStyle(wxWANTS_CHARS);
|
||||
ClickedButton->SetLabel(wxT("<Press Key>"));
|
||||
DoGetButtons(ClickedButton->GetId());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue