mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-28 16:24:52 +00:00
Merge pull request #4126 from aldelaro5/debugger-pause-button-fix
Fix the pause/play toolbar button not updating when reaching a breakp…
This commit is contained in:
commit
145ebd34e2
1 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,8 @@ void CCodeWindow::OnHostMessage(wxCommandEvent& event)
|
||||||
Update();
|
Update();
|
||||||
if (codeview)
|
if (codeview)
|
||||||
codeview->Center(PC);
|
codeview->Center(PC);
|
||||||
|
if (CPU::IsStepping())
|
||||||
|
Parent->UpdateGUI();
|
||||||
if (m_RegisterWindow)
|
if (m_RegisterWindow)
|
||||||
m_RegisterWindow->NotifyUpdate();
|
m_RegisterWindow->NotifyUpdate();
|
||||||
if (m_WatchWindow)
|
if (m_WatchWindow)
|
||||||
|
|
Loading…
Add table
Reference in a new issue