Fix the pause/play toolbar button not updating when reaching a breakpoint or a memory check

This commit is contained in:
aldelaro5 2016-08-15 14:05:48 -04:00
parent 0015d2e86b
commit 7ad1f340df
1 changed files with 2 additions and 0 deletions

View File

@ -149,6 +149,8 @@ void CCodeWindow::OnHostMessage(wxCommandEvent& event)
Update();
if (codeview)
codeview->Center(PC);
if (CPU::IsStepping())
Parent->UpdateGUI();
if (m_RegisterWindow)
m_RegisterWindow->NotifyUpdate();
if (m_WatchWindow)