commit | d9fc795487f74531ea43760469cc215858d0d908 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Wed Aug 01 23:37:50 2018 -0700 |
committer | GitHub <noreply@github.com> | Wed Aug 01 23:37:50 2018 -0700 |
tree | a9df63e10deafa4bd6b84088924ec2c91d163a3d | |
parent | 172a81e42bc30da1bd4027db9cd3b6172469f7fe [diff] |
bpo-34120: fix IDLE freezing after closing dialogs (GH-8603) Added missing .grab_release() calls to all places where we call .grab_set(). (cherry picked from commit 10ea9409ceb5da83cb380b610750551e26561044) Co-authored-by: Tal Einat <taleinat+github@gmail.com>