]> granicus.if.org Git - python/commit
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)
authorTal Einat <taleinat+github@gmail.com>
Sun, 4 Aug 2019 16:25:27 +0000 (19:25 +0300)
committerTerry Jan Reedy <tjreedy@udel.edu>
Sun, 4 Aug 2019 16:25:27 +0000 (12:25 -0400)
commit86f1a18abfee5939452f468d80de998918e2afd2
tree399d2737cec98ab687f2136263ef99d7aad4f131
parent18b711c5a7f90d88fb74748f18fa8ef49d8486c7
bpo-37706: IDLE - fix sidebar code bug and drag tests (GH-15103)

Convert mouse y to line number in the sidebar rather than the text.
Lib/idlelib/idle_test/htest.py
Lib/idlelib/idle_test/test_sidebar.py
Lib/idlelib/sidebar.py