added missing Skip() in OnIdle()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -600,6 +600,8 @@ void MyFrame::OnIdle(wxIdleEvent &event)
|
|||||||
wxLogStatus(this, wxT("%u threads total, %u running."), nCount, nRunning);
|
wxLogStatus(this, wxT("%u threads total, %u running."), nCount, nRunning);
|
||||||
}
|
}
|
||||||
//else: avoid flicker - don't print anything
|
//else: avoid flicker - don't print anything
|
||||||
|
|
||||||
|
event.Skip();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event) )
|
void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event) )
|
||||||
|
Reference in New Issue
Block a user