]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/app.cpp
WS_CLIPCHILDREN is not always enabled in wxNotebook (caused painting problems).
[wxWidgets.git] / src / msw / app.cpp
index 516e779441997067057f13469184025070b78e2c..3ea5ea736221beac3710821946a0fb7ac9afe801 100644 (file)
@@ -557,7 +557,7 @@ void wxApp::CleanUp()
     // blocks that aren't part of the wxDebugContext itself,
     // as a special case. Then when dumping we need to ignore
     // wxDebugContext, too.
-    if (wxDebugContext::CountObjectsLeft() > 0)
+    if (wxDebugContext::CountObjectsLeft(TRUE) > 0)
     {
         wxLogDebug("There were memory leaks.");
         wxDebugContext::Dump();