forked from dolphin-emu/dolphin
DolphinWX: Remove unnecessary true within event Skip calls
This commit is contained in:
@@ -191,7 +191,7 @@ void CMemoryWindow::OnAddrBoxChange(wxCommandEvent& event)
|
||||
memview->Center(addr & ~3);
|
||||
}
|
||||
|
||||
event.Skip(1);
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
void CMemoryWindow::Update()
|
||||
|
||||
Reference in New Issue
Block a user