We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc47b2c commit 033a34dCopy full SHA for 033a34d
library/text.tcl
@@ -3,7 +3,7 @@
3
# This file defines the default bindings for Tk text widgets and provides
4
# procedures that help in implementing the bindings.
5
#
6
-# RCS: @(#) $Id: text.tcl,v 1.34 2004/09/24 14:04:03 vincentdarley Exp $
+# RCS: @(#) $Id: text.tcl,v 1.35 2004/10/18 13:40:56 vincentdarley Exp $
7
8
# Copyright (c) 1992-1994 The Regents of the University of California.
9
# Copyright (c) 1994-1997 Sun Microsystems, Inc.
@@ -459,7 +459,6 @@ set ::tk::Priv(prevPos) {}
459
# (int)-1/3 = -1
460
# The following code ensure equal +/- behaviour.
461
bind Text <MouseWheel> {
462
- puts stderr %D
463
if {%D >= 0} {
464
%W yview scroll [expr {-%D/3}] pixels
465
} else {
0 commit comments