summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorKevin Walzer <kw@codebykevin.com>2019-08-10 16:52:37 (GMT)
committerKevin Walzer <kw@codebykevin.com>2019-08-10 16:52:37 (GMT)
commitdba94e780143122a611e39861db5ced7c8d0f0cd (patch)
tree4c33602e51d8c6ad6100570b897b1a75e840a0b8 /library
parent1be07b1ba37ee220da5cf2ae5c63267b2e77e9c6 (diff)
parentad45c00441bc4f99294ea11c71f6440dd3978ee9 (diff)
downloadtk-dba94e780143122a611e39861db5ced7c8d0f0cd.zip
tk-dba94e780143122a611e39861db5ced7c8d0f0cd.tar.gz
tk-dba94e780143122a611e39861db5ced7c8d0f0cd.tar.bz2
Merge in core-8-6-branch
Diffstat (limited to 'library')
-rw-r--r--library/demos/twind.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/demos/twind.tcl b/library/demos/twind.tcl
index df879e3..45d1da8 100644
--- a/library/demos/twind.tcl
+++ b/library/demos/twind.tcl
@@ -315,7 +315,7 @@ proc changeBg {t c} {
proc embDefBg t {
set bg [lindex [$t configure -background] 3]
- changeBg $t $bg
+ changeBg $t $bg
}
proc textMakePeer {parent} {