You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TIP 474 provides uniform way to handle mouse wheel events for all
platforms.
> TIP 474: Treat the mouse wheel events in a uniform way
> https://core.tcl-lang.org/tips/doc/trunk/tip/474.md
TIP 474 was available since Tk 8.7 for development version,
and also available since Tk 9.0 for release version.
So, use TIP 474 based mouse wheel event handler for all Tk 9 based
platforms.
Also, adjust horizontal scroll size from 5 to 1 for human eyes.
5 is too big to follow eyes while scrolling.
Signed-off-by: YOKOTA Hiroshi <[email protected]>
0 commit comments