Merge pull request #6377 from sepalani/memcheck

DolphinWX: Propagate IDM_UPDATE_BREAKPOINTS to CodeWindow
This commit is contained in:
Léo Lam 2018-03-09 20:35:54 +01:00 committed by GitHub
commit ef975b8c56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -814,6 +814,10 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
} }
} }
break; break;
case IDM_UPDATE_BREAKPOINTS:
m_code_window->GetEventHandler()->AddPendingEvent(event);
break;
} }
} }