blob: 262d80a1cf8fe6ae3062319ccaabb7d13854866f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- lib/fdisp.tcl.orig 2017-11-09 20:42:24.000000000 -0800
+++ lib/fdisp.tcl 2021-09-06 06:49:07.808426000 -0700
@@ -254,7 +254,7 @@
# Enable wheelscroll if desired
if {$exwin(wheelEnabled)} {
- mscroll $fdisp(canvas) 1
+ fmscroll $fdisp(canvas) 5
}
# fdisp popup color hack
|