mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
CheatSearchTab: Use a more specific event type for ApplyFocus
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user