diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-20 13:32:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2019-06-20 13:32:27 (GMT) |
commit | 90b1090817bbf37d8787cc9ed77f2a4ca7460bb7 (patch) | |
tree | 2e9ba8fa7efcf309a1f5d5e054d1008281872b37 /library/text.tcl | |
parent | 0df448d72dc5f494bf12f7b51263f5564caf044b (diff) | |
parent | ea636c850864a7b4a1086407483247fa2178a9c9 (diff) | |
download | tk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.zip tk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.tar.gz tk-90b1090817bbf37d8787cc9ed77f2a4ca7460bb7.tar.bz2 |
Merge trunk
Diffstat (limited to 'library/text.tcl')
-rw-r--r-- | library/text.tcl | 2 |
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 -- |