fix the debugger flashing like crazy.
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7230 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
ceb03781dc
commit
996ff62ad6
|
@ -1574,7 +1574,6 @@ void CFrame::UpdateGUI()
|
||||||
}
|
}
|
||||||
|
|
||||||
if (m_ToolBar) m_ToolBar->Refresh();
|
if (m_ToolBar) m_ToolBar->Refresh();
|
||||||
if (g_pCodeWindow) g_pCodeWindow->Update();
|
|
||||||
|
|
||||||
// Commit changes to manager
|
// Commit changes to manager
|
||||||
m_Mgr->Update();
|
m_Mgr->Update();
|
||||||
|
|
Loading…
Reference in New Issue