Skip to content
Permalink
Browse files
Merge pull request #6377 from sepalani/memcheck
DolphinWX: Propagate IDM_UPDATE_BREAKPOINTS to CodeWindow
  • Loading branch information
leoetlino committed Mar 9, 2018
2 parents 98338eb + a9b89b3 commit ef975b8
Showing 1 changed file with 4 additions and 0 deletions.
@@ -814,6 +814,10 @@ void CFrame::OnHostMessage(wxCommandEvent& event)
}
}
break;

case IDM_UPDATE_BREAKPOINTS:
m_code_window->GetEventHandler()->AddPendingEvent(event);
break;
}
}

0 comments on commit ef975b8

Please sign in to comment.