process pending wx events before sending idle events
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47229 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -550,8 +550,6 @@ wxApp::~wxApp()
|
||||
|
||||
void wxApp::OnIdle(wxIdleEvent& event)
|
||||
{
|
||||
wxAppBase::OnIdle(event);
|
||||
|
||||
#if wxUSE_DC_CACHEING
|
||||
// automated DC cache management: clear the cached DCs and bitmap
|
||||
// if it's likely that the app has finished with them, that is, we
|
||||
|
Reference in New Issue
Block a user