| Description: |
Hi,
maybe this have been resolved yet.... but I'm facing a strange behavior with <MouseWheel> binding.
(on osx with TK compiled as a framework).
I do something like that to scroll a frame (through a canvas yscrollcommand):
bind all <MouseWheel> [list ::tk::MouseWheel %W %D %X %Y]
I use two finger to scroll on the trackpad and despite the fact I'm always scrolling the same way (let's say up, %D should be positive), %D is sometime negative.
especially if I go fast, but even at a reasonable speed, sometimes, %D is wrong.
hope I'm clear...
++
|