mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-09 16:21:02 +02:00
17 lines
411 B
Diff
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)
|
|
|