diff options
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 -- |