[issue25015] Idle: scroll Text faster with mouse wheel

Serhiy Storchaka report at bugs.python.org
Mon Sep 7 00:11:32 CEST 2015


Serhiy Storchaka added the comment:

On X Window the scroll step in text widget is constant (50 pixels). On Windows and Mac OS it should depend on mouse settings.

Run with, execute

    bind . <MouseWheel> {puts %D}

and try to roll mouse wheel on Tk window with different speed and settings.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list