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.
G
Guido van Rossum committed
7fc0bf82477bb3fee0e2caaba6fa031866602cd6
Parent: bf0c3ca