Various events are propagated to parent classes now

This commit is contained in:
2016-09-30 10:58:46 +02:00
parent 0369969193
commit 2e6d8941b2
3 changed files with 37 additions and 14 deletions

View File

@@ -261,9 +261,10 @@ wxEventMonitorFrame::~wxEventMonitorFrame()
}
void wxEventMonitorFrame::OnExit(wxCommandEvent& /*event*/)
void wxEventMonitorFrame::OnExit(wxCommandEvent& event)
{
Close();
event.Skip();
}