X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3bfba421c76816f6b5fa988720868fe7404da2a1..79b7701c0bc547dc4b579258c7116700e5925162:/src/osx/core/evtloop_cf.cpp diff --git a/src/osx/core/evtloop_cf.cpp b/src/osx/core/evtloop_cf.cpp index d526f8e9ca..6dc470f817 100644 --- a/src/osx/core/evtloop_cf.cpp +++ b/src/osx/core/evtloop_cf.cpp @@ -278,7 +278,7 @@ bool wxCFEventLoop::Pending() const int wxCFEventLoop::DoProcessEvents() { - return DispatchTimeout( 1000 ); + return DispatchTimeout( 0 ); } bool wxCFEventLoop::Dispatch()