From: Jack Jansen Date: Fri, 12 Jan 2001 23:42:28 +0000 (+0000) Subject: Fixed Carbon command-dot handling. There is still a problem, though, and you may... X-Git-Tag: v2.1a1~309 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7b68021ceb241fed4c082bc7a6585a987c0aab4;p=python Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly. --- diff --git a/Mac/Python/macglue.c b/Mac/Python/macglue.c index bcfe09e452..8fdbc23acb 100644 --- a/Mac/Python/macglue.c +++ b/Mac/Python/macglue.c @@ -482,8 +482,8 @@ scan_event_queue(flush) int flush; { #if TARGET_API_MAC_CARBON - /* CARBONXXXX To be implemented */ - return; + if ( CheckEventQueueForUserCancel() ) + interrupted = 1; #else register EvQElPtr q;