[issue34120] IDLE: Freeze when closing Settings (& About) dialog on MacOS

Vlad Tudorache report at bugs.python.org
Wed Aug 1 13:33:36 EDT 2018


Vlad Tudorache <tudorache.vlad at gmail.com> added the comment:

Adding self.grab_release() in the ok() method for the dialogs BEFORE destroy() solved the problem for me, keeping the grab_set() methods in place (uncommented, actives).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34120>
_______________________________________


More information about the Python-bugs-list mailing list