summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-02 13:53:02 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-02-02 13:53:02 (GMT)
commite0dad591f823f72adf0e61b49ac5a68c32f6063b (patch)
treee35c1c4958507d809611d473819c51bb5198e47c /library/text.tcl
parent5ceb0af52856340fadf841070f3d354e8498be52 (diff)
parent34fbe0438a0f9b87108fb087f3d21c3d01399a58 (diff)
downloadtk-e0dad591f823f72adf0e61b49ac5a68c32f6063b.zip
tk-e0dad591f823f72adf0e61b49ac5a68c32f6063b.tar.gz
tk-e0dad591f823f72adf0e61b49ac5a68c32f6063b.tar.bz2
Merge 8.7
Diffstat (limited to 'library/text.tcl')
-rw-r--r--library/text.tcl8
1 files changed, 4 insertions, 4 deletions
diff --git a/library/text.tcl b/library/text.tcl
index 4ec3618..0a42285 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -440,16 +440,16 @@ bind Text <B2-Motion> {
set ::tk::Priv(prevPos) {}
bind Text <MouseWheel> {
- tk::MouseWheel %W y %D -3.0 pixels
+ tk::MouseWheel %W y %D -4.0 pixels
}
bind Text <Option-MouseWheel> {
- tk::MouseWheel %W y %D -0.3 pixels
+ tk::MouseWheel %W y %D -1.2 pixels
}
bind Text <Shift-MouseWheel> {
- tk::MouseWheel %W x %D -3.0 pixels
+ tk::MouseWheel %W x %D -4.0 pixels
}
bind Text <Shift-Option-MouseWheel> {
- tk::MouseWheel %W x %D -0.3 pixels
+ tk::MouseWheel %W x %D -1.2 pixels
}
# ::tk::TextClosestGap --