summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-07-05 17:07:35 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-07-05 17:07:35 (GMT)
commitf091ee99d94c754195f5bf41ea4f676d1d34a1d6 (patch)
treeec5501191ba2c83a9a13af177057208656d6b392 /library
parentd3006bf180164a7ba6dd6bf5d6cd48b6877e2129 (diff)
parent6302dcec5517fd93a4cda4df1025382b76b51347 (diff)
downloadtk-f091ee99d94c754195f5bf41ea4f676d1d34a1d6.zip
tk-f091ee99d94c754195f5bf41ea4f676d1d34a1d6.tar.gz
tk-f091ee99d94c754195f5bf41ea4f676d1d34a1d6.tar.bz2
Fix [cd051b586a]: MouseWheel documentation in bind.n
Diffstat (limited to 'library')
-rw-r--r--library/ttk/utils.tcl3
1 files changed, 0 insertions, 3 deletions
diff --git a/library/ttk/utils.tcl b/library/ttk/utils.tcl
index e0ab45b..79e6ce2 100644
--- a/library/ttk/utils.tcl
+++ b/library/ttk/utils.tcl
@@ -278,9 +278,6 @@ proc ttk::copyBindings {from to} {
# On OSX, Tk generates sensible values for the %D field in <MouseWheel> events.
#
# On Windows, %D must be scaled by a factor of 120.
-# In addition, Tk redirects mousewheel events to the window with
-# keyboard focus instead of sending them to the window under the pointer.
-# We do not attempt to fix that here, see also TIP#171.
#
# OSX conventionally uses Shift+MouseWheel for horizontal scrolling,
# and Option+MouseWheel for accelerated scrolling.