diff options
author | fvogel <fvogelnew1@free.fr> | 2020-07-05 17:07:35 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2020-07-05 17:07:35 (GMT) |
commit | f091ee99d94c754195f5bf41ea4f676d1d34a1d6 (patch) | |
tree | ec5501191ba2c83a9a13af177057208656d6b392 /library | |
parent | d3006bf180164a7ba6dd6bf5d6cd48b6877e2129 (diff) | |
parent | 6302dcec5517fd93a4cda4df1025382b76b51347 (diff) | |
download | tk-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.tcl | 3 |
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. |