Don't make even the _slightest_ modification between test and checkin,
or you will break something:-)
This commit is contained in:
parent
0eb936b47d
commit
be92af0e2a
|
@ -1478,7 +1478,7 @@ class Tk(Misc, Wm):
|
|||
if ext not in ('.py', '.pyc', '.pyo'):
|
||||
baseName = baseName + ext
|
||||
self.tk = _tkinter.create(screenName, baseName, className)
|
||||
if _MacOS and hasattr(MacOS, 'SchedParams'):
|
||||
if _MacOS and hasattr(_MacOS, 'SchedParams'):
|
||||
# Disable event scanning except for Command-Period
|
||||
_MacOS.SchedParams(1, 0)
|
||||
# Work around nasty MacTk bug
|
||||
|
|
Loading…
Reference in New Issue