]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37177: make IDLE's search dialogs transient (GH-13869)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 7 Jun 2019 06:37:32 +0000 (23:37 -0700)
committerGitHub <noreply@github.com>
Fri, 7 Jun 2019 06:37:32 +0000 (23:37 -0700)
commit685b806549cc956aeeb3a57fe15ee5a4d1704aed
tree1768c0193d19e816430c8186d00d6acd5c4c3912
parentdc20fc4311dece19488299a7cd11317ffbe4d3c3
bpo-37177: make IDLE's search dialogs transient (GH-13869)

This avoids the search dialogs being hidden behind the editor window.
(cherry picked from commit 554450fb4e95066e825bdb4a2d544a490daeebdc)

Co-authored-by: Tal Einat <taleinat@gmail.com>
Lib/idlelib/idle_test/test_searchbase.py
Lib/idlelib/searchbase.py
Misc/NEWS.d/next/IDLE/2019-06-07-00-17-41.bpo-37177.voU6pQ.rst [new file with mode: 0644]