mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-11 08:39:13 +01:00
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();
|
ClickedButton = (wxButton *)event.GetEventObject();
|
||||||
// Save old label so we can revert back
|
// Save old label so we can revert back
|
||||||
OldLabel = ClickedButton->GetLabel();
|
OldLabel = ClickedButton->GetLabel();
|
||||||
//ClickedButton->SetWindowStyle(wxWANTS_CHARS);
|
ClickedButton->SetWindowStyle(wxWANTS_CHARS);
|
||||||
ClickedButton->SetLabel(wxT("<Press Key>"));
|
ClickedButton->SetLabel(wxT("<Press Key>"));
|
||||||
DoGetButtons(ClickedButton->GetId());
|
DoGetButtons(ClickedButton->GetId());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user