1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-09 21:11:11 +02:00
audacity/mac/wxMac_additions/eventloops.patch
2016-06-23 08:07:19 -04:00

17 lines
411 B
Diff

diff --git a/src/osx/core/evtloop_cf.cpp b/src/osx/core/evtloop_cf.cpp
index 7e70dec..37b22b5 100644
--- src/osx/core/evtloop_cf.cpp
+++ src/osx/core/evtloop_cf.cpp
@@ -243,7 +243,7 @@ int wxCFEventLoop::DoProcessEvents()
}
else
#endif
- return DispatchTimeout( m_isInsideYield ? 0 : 1000 );
+ return DispatchTimeout( 0 );
}
bool wxCFEventLoop::Dispatch()
--
2.3.2 (Apple Git-55)