]> 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:47:05 +0000 (12:47 -0700)
committerGitHub <noreply@github.com>
Sun, 8 Mar 2020 19:47:05 +0000 (12:47 -0700)
commitb2e8240261aa879b8978d7add6dd1efc4318add1
tree11997ee21bca718b0e7f1c7045eec8887703f232
parenta5e821c7269ebed6e8b4b4eee3f2247ec41a9788
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]