mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 23:29:44 -06:00
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:
@ -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();
|
||||||
|
Reference in New Issue
Block a user