summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authortreectrl <treectrl>2005-05-22 18:58:34 (GMT)
committertreectrl <treectrl>2005-05-22 18:58:34 (GMT)
commit3bd05e3644a1f2ab18f0766e08e152197bfd44ce (patch)
tree5f1996ac7a8ddaa377c0434cd0da59d9699a1308 /demos
parent17f66e892d20e430411610aef9b686a12ed5837d (diff)
downloadtktreectrl-3bd05e3644a1f2ab18f0766e08e152197bfd44ce.zip
tktreectrl-3bd05e3644a1f2ab18f0766e08e152197bfd44ce.tar.gz
tktreectrl-3bd05e3644a1f2ab18f0766e08e152197bfd44ce.tar.bz2
Revert change where -usetheme was forced off since it is confusing and only X11 users will care.
Diffstat (limited to 'demos')
-rw-r--r--demos/explorer.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/explorer.tcl b/demos/explorer.tcl
index cfedc18..cfbf1b8 100644
--- a/demos/explorer.tcl
+++ b/demos/explorer.tcl
@@ -75,7 +75,6 @@ proc DemoExplorerDetails {} {
$T column create -text Modified -tag modified -width 120
# Demonstration of per-state column options and configure "all"
- $T configure -usetheme no
$T column configure all -background {gray90 active gray70 normal gray50 pressed}
#