]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/evtloop.cpp
Removed notebook tab flicker.
[wxWidgets.git] / src / x11 / evtloop.cpp
index ebe1ebb13a0389d1667d8cc09f05294e4c0001c0..483c4683f02f7d8972cf6605dffc865a77561c00 100644 (file)
@@ -170,7 +170,7 @@ int wxEventLoop::Run()
 #endif
             if (!m_impl->SendIdleEvent())
             {
-#if 0 // wxUSE_THREADS
+#if wxUSE_THREADS
                 // leave the main loop to give other threads a chance to
                 // perform their GUI work
                 wxMutexGuiLeave();