mirror of https://github.com/python/cpython.git
7fc0bf8247
- 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. |
||
---|---|---|
.. | ||
Canvas.py | ||
Dialog.py | ||
FileDialog.py | ||
ScrolledText.py | ||
SimpleDialog.py | ||
Tkconstants.py | ||
Tkinter.py |