mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
CheatSearchTab: Use a more specific event type for ApplyFocus
This commit is contained in:
parent
59c673aec6
commit
ca2391dd1e
2 changed files with 3 additions and 3 deletions
|
@ -254,7 +254,7 @@ void CheatSearchTab::FilterCheatSearchResults(wxCommandEvent&)
|
|||
UpdateCheatSearchResultsList();
|
||||
}
|
||||
|
||||
void CheatSearchTab::ApplyFocus(wxEvent& ev)
|
||||
void CheatSearchTab::ApplyFocus(wxFocusEvent& ev)
|
||||
{
|
||||
ev.Skip();
|
||||
m_value_x_radiobtn.rad_uservalue->SetValue(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue