summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2020-06-22 19:55:42 (GMT)
committerfvogel <fvogelnew1@free.fr>2020-06-22 19:55:42 (GMT)
commita14c1017e3d7dae43070bf5415698952591bfb85 (patch)
treedfaa8a86348df7ed52f6570f7efb0f944c3017a7 /library
parent9357ce6b4e373d924cd8a0ef4e25982ab6d6f37c (diff)
downloadtk-a14c1017e3d7dae43070bf5415698952591bfb85.zip
tk-a14c1017e3d7dae43070bf5415698952591bfb85.tar.gz
tk-a14c1017e3d7dae43070bf5415698952591bfb85.tar.bz2
Remove obsolete mention of MouseWheel events being directed to the windos having the keyboard focus.
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 857f4cd..101162f 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.