Various events are propagated to parent classes now

This commit is contained in:
2016-09-30 10:58:46 +02:00
parent 1d4a77b96b
commit 13d84c3c4d
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();
}