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

@ -191,7 +191,7 @@ void CMemoryWindow::OnAddrBoxChange(wxCommandEvent& event)
memview->Center(addr & ~3);
}
event.Skip(1);
event.Skip();
}
void CMemoryWindow::Update()