summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-01-03 23:39:26 +0000
committerGuido van Rossum <guido@python.org>1997-01-03 23:39:26 +0000
commit7fc0bf82477bb3fee0e2caaba6fa031866602cd6 (patch)
treef91867dedd0606307284130c6bcdd86441ecbcbd /Python
parentbf0c3ca9bd9c4c37845cc6a4d15aa884f8d74830 (diff)
downloadcpython-git-7fc0bf82477bb3fee0e2caaba6fa031866602cd6.tar.gz
Fix the following bug:
- When dragging the mouse in either listbox, the *first* entry clicked on is selected rather than the last (but the last one is highlighted). This is done by changing the bindtags so that our binding is executed after the default binding (which sets the 'active' index to the last item selected), and using 'active' instead of 'anchor' as the index to ask for.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions