X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4c51a665c649f7579fb39e62070cef4f66b3210d..d3f81b85331b14943862a0c0df5ef8adb4426ad4:/src/cocoa/app.mm diff --git a/src/cocoa/app.mm b/src/cocoa/app.mm index f05ea8c419..c353fec89a 100644 --- a/src/cocoa/app.mm +++ b/src/cocoa/app.mm @@ -354,7 +354,7 @@ static int sg_cApplicationWillUpdate = 0; before the run loop waits and send the idle events from there. It also has the desirable effect of only sending the wx idle events when - the event loop is actualy going to block. If the event loop is being + the event loop is actually going to block. If the event loop is being pumped manualy (e.g. like a PeekMessage) then the kCFRunLoopBeforeWaiting observer never fires. Our Yield() method depends on this because sending idle events from within Yield would be bad.