diff options
author | treectrl <treectrl> | 2005-05-22 18:58:34 (GMT) |
---|---|---|
committer | treectrl <treectrl> | 2005-05-22 18:58:34 (GMT) |
commit | 3bd05e3644a1f2ab18f0766e08e152197bfd44ce (patch) | |
tree | 5f1996ac7a8ddaa377c0434cd0da59d9699a1308 /demos | |
parent | 17f66e892d20e430411610aef9b686a12ed5837d (diff) | |
download | tktreectrl-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.tcl | 1 |
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} # |