DolphinWX: Propagate IDM_UPDATE_BREAKPOINTS to CodeWindow
This commit is contained in:
parent
dbdf964f2e
commit
a9b89b35fb
|
@ -814,6 +814,10 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
|
|||
}
|
||||
}
|
||||
break;
|
||||
|
||||
case IDM_UPDATE_BREAKPOINTS:
|
||||
m_code_window->GetEventHandler()->AddPendingEvent(event);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue