]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39885: IDLE context menu clears selection (GH-18859)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Mar 2020 19:46:38 +0000 (12:46 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 19:46:38 +0000 (12:46 -0700)
commitf9684d222effff0950c1ce206873a9c66dfd30ed
treec3abe6e5886c931d610ad6b501e55b04adcf8e20
parentec61f53243a4455f41e37a5c645e668661952c28
bpo-39885: IDLE context menu clears selection  (GH-18859)

Since clicking to get an IDLE context menu moves the cursor,
any text selection should be and now is cleared.
(cherry picked from commit 4ca060d8ad7c6df1fd4df30f9a14f6aa35380c09)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
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]