mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
debugger: don't make spacebar step the ppc.
don't call UpdateGUI() each time the statusbar is updated. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7234 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -643,10 +643,7 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
||||
|
||||
case IDM_UPDATESTATUSBAR:
|
||||
if (GetStatusBar() != NULL)
|
||||
{
|
||||
GetStatusBar()->SetStatusText(event.GetString(), event.GetInt());
|
||||
UpdateGUI();
|
||||
}
|
||||
break;
|
||||
|
||||
case IDM_UPDATETITLE:
|
||||
|
Reference in New Issue
Block a user