summaryrefslogtreecommitdiffstats
path: root/library/ttk/clamTheme.tcl
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2017-02-09 19:28:56 (GMT)
committerfvogel <fvogelnew1@free.fr>2017-02-09 19:28:56 (GMT)
commitcb619ed5ddc6047ebf6fff8c2c64a42c37e95926 (patch)
treeffbc2907f01737d4e8c0aab321918330a1034146 /library/ttk/clamTheme.tcl
parent57fc44c584797fe0a1f04d80fa255ad5e3339b86 (diff)
downloadtk-cb619ed5ddc6047ebf6fff8c2c64a42c37e95926.zip
tk-cb619ed5ddc6047ebf6fff8c2c64a42c37e95926.tar.gz
tk-cb619ed5ddc6047ebf6fff8c2c64a42c37e95926.tar.bz2
Group multiple [style map TCombobox] statements into a single instructionbug_c492c96aa2
Diffstat (limited to 'library/ttk/clamTheme.tcl')
-rw-r--r--library/ttk/clamTheme.tcl3
1 files changed, 1 insertions, 2 deletions
diff --git a/library/ttk/clamTheme.tcl b/library/ttk/clamTheme.tcl
index b278e3f..808c365 100644
--- a/library/ttk/clamTheme.tcl
+++ b/library/ttk/clamTheme.tcl
@@ -110,8 +110,7 @@ namespace eval ttk::theme::clam {
-fieldbackground [list {readonly focus} $colors(-selectbg) \
readonly $colors(-frame)] \
-foreground [list {readonly focus} $colors(-selectfg)] \
- ;
- ttk::style map TCombobox -arrowcolor [list disabled $colors(-disabledfg)]
+ -arrowcolor [list disabled $colors(-disabledfg)]
ttk::style configure ComboboxPopdownFrame \
-relief solid -borderwidth 1