diff options
author | Tal Einat <taleinat+github@gmail.com> | 2018-08-02 06:18:29 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-02 06:18:29 (GMT) |
commit | 10ea9409ceb5da83cb380b610750551e26561044 (patch) | |
tree | 202ccd012209ce6acb90928fa579a169eb4bd3ea /Misc | |
parent | 80b762f010097ab8137782e5fbdc89c5c620ed4e (diff) | |
download | cpython-10ea9409ceb5da83cb380b610750551e26561044.zip cpython-10ea9409ceb5da83cb380b610750551e26561044.tar.gz cpython-10ea9409ceb5da83cb380b610750551e26561044.tar.bz2 |
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603)
Added missing .grab_release() calls to all places where we call .grab_set().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-08-01-23-25-38.bpo-34120.HgsIz-.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-08-01-23-25-38.bpo-34120.HgsIz-.rst b/Misc/NEWS.d/next/IDLE/2018-08-01-23-25-38.bpo-34120.HgsIz-.rst new file mode 100644 index 0000000..f9954f7 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-08-01-23-25-38.bpo-34120.HgsIz-.rst @@ -0,0 +1 @@ +Fix unresponsiveness after closing certain windows and dialogs.
\ No newline at end of file |