mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 16:49:58 -06:00
DolphinWX: Remove unnecessary true within event Skip calls
This commit is contained in:
@ -529,7 +529,7 @@ void CheatSearchTab::FilterCheatSearchResults(wxCommandEvent&)
|
||||
|
||||
void CheatSearchTab::ApplyFocus(wxEvent& ev)
|
||||
{
|
||||
ev.Skip(true);
|
||||
ev.Skip();
|
||||
value_x_radiobtn.rad_uservalue->SetValue(true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user