Various events are propagated to parent classes now
This commit is contained in:
@@ -261,9 +261,10 @@ wxEventMonitorFrame::~wxEventMonitorFrame()
|
||||
}
|
||||
|
||||
|
||||
void wxEventMonitorFrame::OnExit(wxCommandEvent& /*event*/)
|
||||
void wxEventMonitorFrame::OnExit(wxCommandEvent& event)
|
||||
{
|
||||
Close();
|
||||
event.Skip();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user