]> granicus.if.org Git - python/commit
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
authorTal Einat <taleinat+github@gmail.com>
Thu, 2 Aug 2018 06:18:29 +0000 (09:18 +0300)
committerGitHub <noreply@github.com>
Thu, 2 Aug 2018 06:18:29 +0000 (09:18 +0300)
commit10ea9409ceb5da83cb380b610750551e26561044
tree202ccd012209ce6acb90928fa579a169eb4bd3ea
parent80b762f010097ab8137782e5fbdc89c5c620ed4e
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)

Added missing .grab_release() calls to all places where we call .grab_set().
Lib/idlelib/config_key.py
Lib/idlelib/configdialog.py
Lib/idlelib/help_about.py
Lib/idlelib/query.py
Lib/idlelib/textview.py
Misc/NEWS.d/next/IDLE/2018-08-01-23-25-38.bpo-34120.HgsIz-.rst [new file with mode: 0644]