]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39885: IDLE context menu clears selection (#18859)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 8 Mar 2020 19:30:04 +0000 (15:30 -0400)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 19:30:04 +0000 (15:30 -0400)
commit4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09
tree98ed28d77a76cf19434ec03a464b2fb862d515e4
parent2522db11df102be3baf25ce9e816ebe8ffdb7fcc
 bpo-39885: IDLE context menu clears selection  (#18859)

Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
Lib/idlelib/NEWS.txt
Lib/idlelib/editor.py
Misc/NEWS.d/next/IDLE/2020-03-08-14-27-36.bpo-39885.29ERiR.rst [new file with mode: 0644]