]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
adding ContentScaleFactor support to dc - defaulting to 1.0
[wxWidgets.git] / src / common / init.cpp
index 7b836cd88e5c410fee45ae9cea7f88b8e2e45b08..ee45254523a7b28c38c3e72ea8f011fb793aac6d 100644 (file)
@@ -410,6 +410,11 @@ static void DoCommonPostCleanup()
     delete wxMessageOutput::Set(NULL);
 
 #if wxUSE_LOG
+    // call this first as it has a side effect: in addition to flushing all
+    // logs for this thread, it also flushes everything logged from other
+    // threads
+    wxLog::FlushActive();
+
     // and now delete the last logger as well
     //
     // we still don't disable log target auto-vivification even if any log