]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
moved SEH stuff to crashrpt.cpp
[wxWidgets.git] / src / msw / app.cpp
index bcd5771bd1c8ee8b32042943df37783c0a58e0fb..79153ef858a707e4a2824662733343ef85cfbf74 100644 (file)
@@ -828,6 +828,8 @@ void wxApp::OnIdle(wxIdleEvent& event)
         wxDC::ClearCache();
 #endif // wxUSE_DC_CACHEING
 
+    // Now done in ProcessIdle()
+#if 0
     // Send OnIdle events to all windows
     if ( SendIdleEvents() )
     {
@@ -835,6 +837,7 @@ void wxApp::OnIdle(wxIdleEvent& event)
         // idle events
         event.RequestMore(TRUE);
     }
+#endif
 
     wxIsInOnIdleFlag = FALSE;
 }