summaryrefslogtreecommitdiffstats
path: root/library/text.tcl
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-20 13:32:27 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-06-20 13:32:27 (GMT)
commit90b1090817bbf37d8787cc9ed77f2a4ca7460bb7 (patch)
tree2e9ba8fa7efcf309a1f5d5e054d1008281872b37 /library/text.tcl
parent0df448d72dc5f494bf12f7b51263f5564caf044b (diff)
parentea636c850864a7b4a1086407483247fa2178a9c9 (diff)
downloadtk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.zip
tk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.tar.gz
tk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.tar.bz2
Merge trunk
Diffstat (limited to 'library/text.tcl')
-rw-r--r--library/text.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/text.tcl b/library/text.tcl
index 9ccf90c..788a6b9 100644
--- a/library/text.tcl
+++ b/library/text.tcl
@@ -1212,7 +1212,7 @@ proc ::tk::TextScanDrag {w x y} {
}
if {[info exists Priv(mouseMoved)] && $Priv(mouseMoved)} {
$w scan dragto $x $y
- }
+ }
}
# ::tk::TextUndoRedoProcessMarks --