87be8aae35
Units, which do not work in the scan listing window or the main text windows, must be used int he folder display window. We create a new fmscroll function just for the folder display window.
11 lines
313 B
Tcl
11 lines
313 B
Tcl
--- 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
|