]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
Corrected problem with MDI children not refreshing (removed WS_CLIPCHILDREN).
[wxWidgets.git] / src / msw / app.cpp
index 8ba30c66f72dbaeede4665045399497621f1356f..4c9218cb884be109906f1e7dfd9836539df64875 100644 (file)
@@ -825,6 +825,7 @@ void wxApp::OnIdle(wxIdleEvent& event)
 
   // Send OnIdle events to all windows
   bool needMore = SendIdleEvents();
 
   // Send OnIdle events to all windows
   bool needMore = SendIdleEvents();
+//  bool needMore = FALSE;
 
   if (needMore)
     event.RequestMore(TRUE);
 
   if (needMore)
     event.RequestMore(TRUE);