DolphinWX: Remove unnecessary true within event Skip calls

This commit is contained in:
Lioncash
2014-07-10 20:39:26 -04:00
parent 8059f80282
commit 6f9483d161
6 changed files with 15 additions and 16 deletions

View File

@ -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);
}