]> git.saurik.com Git - wxWidgets.git/commitdiff
fixes #12258
authorStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Jul 2010 06:58:36 +0000 (06:58 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Fri, 23 Jul 2010 06:58:36 +0000 (06:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65050 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/core/evtloop_cf.cpp

index d526f8e9cab9c32aa4dad29dca0d9a7884ce266b..6dc470f8174d0d0ef5830b135d367f628991acbc 100644 (file)
@@ -278,7 +278,7 @@ bool wxCFEventLoop::Pending() const
 
 int wxCFEventLoop::DoProcessEvents()
 {
-    return DispatchTimeout( 1000 );
+    return DispatchTimeout( 0 );
 }
 
 bool wxCFEventLoop::Dispatch()