forked from dolphin-emu/dolphin
DolphinWX: Remove unnecessary true within event Skip calls
This commit is contained in:
@@ -222,7 +222,7 @@ void CCodeWindow::OnAddrBoxChange(wxCommandEvent& event)
|
||||
JumpToAddress(addr);
|
||||
}
|
||||
|
||||
event.Skip(1);
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void CCodeWindow::OnCallstackListChange(wxCommandEvent& event)
|
||||
|
||||
Reference in New Issue
Block a user