git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8999
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
+ /* flush the logged messages if any */
+#if wxUSE_LOG
+ wxLog::FlushActive();
+#endif // wxUSE_LOG
+
// Release lock again
gdk_threads_leave();
// Release lock again
gdk_threads_leave();
event.RequestMore(TRUE);
s_inOnIdle = FALSE;
event.RequestMore(TRUE);
s_inOnIdle = FALSE;
-
- /* flush the logged messages if any */
-#if wxUSE_LOG
- wxLog::FlushActive();
-#endif // wxUSE_LOG
}
bool wxApp::SendIdleEvents()
}
bool wxApp::SendIdleEvents()
+ /* flush the logged messages if any */
+#if wxUSE_LOG
+ wxLog::FlushActive();
+#endif // wxUSE_LOG
+
// Release lock again
gdk_threads_leave();
// Release lock again
gdk_threads_leave();
event.RequestMore(TRUE);
s_inOnIdle = FALSE;
event.RequestMore(TRUE);
s_inOnIdle = FALSE;
-
- /* flush the logged messages if any */
-#if wxUSE_LOG
- wxLog::FlushActive();
-#endif // wxUSE_LOG
}
bool wxApp::SendIdleEvents()
}
bool wxApp::SendIdleEvents()