mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
DolphinWX: Remove unnecessary true within event Skip calls
This commit is contained in:
parent
8059f80282
commit
6f9483d161
6 changed files with 15 additions and 16 deletions
|
@ -222,7 +222,7 @@ void CCodeWindow::OnAddrBoxChange(wxCommandEvent& event)
|
|||
JumpToAddress(addr);
|
||||
}
|
||||
|
||||
event.Skip(1);
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void CCodeWindow::OnCallstackListChange(wxCommandEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue