mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Fixed Carbon command-dot handling. There is still a problem, though, and you may have to hit it repeatedly.
This commit is contained in:
parent
8e0ee7761d
commit
d7b68021ce
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue