Skip to content

Commit

Permalink
temporally remove cancelMonitor
Browse files Browse the repository at this point in the history
fixing #501 #505
  • Loading branch information
typemytype committed Feb 20, 2023
1 parent 60952e5 commit 3690916
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions drawBot/scriptTools.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@
CheckEventQueueForUserCancel = None

def retrieveCheckEventQueueForUserCancelFromCarbon():
# something to fix later
# cmd . to cancel a script does not work and even crashes the app
# see https://github.com/typemytype/drawbot/issues/501
# https://github.com/typemytype/drawbot/issues/505
return None
# call this function explicit from the app didFinishLaunching
global CheckEventQueueForUserCancel
_carbonPath = find_library("Carbon")
Expand Down

0 comments on commit 3690916

Please sign in to comment.