]> granicus.if.org Git - python/commit
Issue #24972: Inactive selection background now matches active selection
authorTerry Jan Reedy <tjreedy@udel.edu>
Mon, 28 Sep 2015 02:46:12 +0000 (22:46 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Mon, 28 Sep 2015 02:46:12 +0000 (22:46 -0400)
commit62520b2c63334b864b99ae7ed8b71a654d05ac32
tree8c306b862c354c9733565d86684104f0661541fb
parenta8041ae56532863957cb07812e2a523cab6dbce3
Issue #24972: Inactive selection background now matches active selection
background, as selected by user, on all systems.  This also fixes a problem
with found items not highlighted on Windows.  Initial patch by Mark Roseman.
Fix replaces workaround with obscure but proper configuration option.
Lib/idlelib/EditorWindow.py