]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/init.cpp
Made wxBORDER_THEME the same as wxBORDER_DEFAULT
[wxWidgets.git] / src / common / init.cpp
index bb5693e4a99e9f650fdc725a78c8d5c8ff1713ab..639a614addebac7e86e3ae3416dab64cc9ede133 100644 (file)
@@ -220,6 +220,9 @@ static void FreeConvertedArgs()
 static bool DoCommonPreInit()
 {
 #if wxUSE_LOG
+    // Reset logging in case we were cleaned up and are being reinitialized.
+    wxLog::DoCreateOnDemand();
+
     // install temporary log sink: we can't use wxLogGui before wxApp is
     // constructed and if we use wxLogStderr, all messages during
     // initialization simply disappear under Windows