mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-26 12:35:27 +00:00
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…
x
Reference in New Issue
Block a user