diff options
Diffstat (limited to 'library')
-rw-r--r-- | library/text.tcl | 2 | ||||
-rw-r--r-- | library/tk.tcl | 3 |
2 files changed, 2 insertions, 3 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 -- diff --git a/library/tk.tcl b/library/tk.tcl index 372752b..67aedf9 100644 --- a/library/tk.tcl +++ b/library/tk.tcl @@ -676,7 +676,7 @@ proc ::tk::mcmaxamp {args} { return $maxlen } -# For now, turn off the custom mdef proc for the mac: +# For now, turn off the custom mdef proc for the Mac: if {[tk windowingsystem] eq "aqua"} { namespace eval ::tk::mac { @@ -691,7 +691,6 @@ proc ::tk::RegisterServiceWidget {w} { } } - # Run the Ttk themed widget set initialization if {$::ttk::library ne ""} { uplevel \#0 [list source $::ttk::library/ttk.tcl] |