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:
Shawn Hoffman 2011-02-23 05:23:21 +00:00
parent ceb03781dc
commit 996ff62ad6
1 changed files with 0 additions and 1 deletions

View File

@ -1574,7 +1574,6 @@ void CFrame::UpdateGUI()
}
if (m_ToolBar) m_ToolBar->Refresh();
if (g_pCodeWindow) g_pCodeWindow->Update();
// Commit changes to manager
m_Mgr->Update();