[issue1525806] Tkdnd mouse cursor handling patch

Guilherme Polo report at bugs.python.org
Thu Apr 23 02:45:53 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

I just created a sample listbox with drag & drop support and it indeed
looks better if the "hand2" cursor or whatever cursor is set only shows
up when motion starts. But, for the sample included with Tkdnd, I find
it better to show up the different cursor when clicking the canvas item
instead of waiting to starting move it.
Are you willing to adjust that ?

The first feature added -- to support custom cursor is fine, just this
second change needs to be rethought.

----------
nosy: +gpolo
type: behavior -> feature request
versions: +Python 2.7, Python 3.1 -Python 2.6, Python 3.0

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1525806>
_______________________________________


More information about the Python-bugs-list mailing list