diff options
-rw-r--r-- | vcl/osx/salinst.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index 446bb32ae910..645e82b0b59c 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -594,7 +594,7 @@ bool AquaSalInstance::DoYield(bool bWait, bool bHandleAllCurrentEvents) SolarMutexReleaser aReleaser; pEvent = [NSApp nextEventMatchingMask: NSEventMaskAny - untilDate: nil + untilDate: [NSDate distantPast] inMode: NSDefaultRunLoopMode dequeue: YES]; if( pEvent ) |