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/tk.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/tk.tcl')
-rw-r--r-- | library/tk.tcl | 3 |
1 files changed, 1 insertions, 2 deletions
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] |