diff options
author | fvogel <fvogelnew1@free.fr> | 2017-02-08 18:22:34 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2017-02-08 18:22:34 (GMT) |
commit | 57fc44c584797fe0a1f04d80fa255ad5e3339b86 (patch) | |
tree | 30ca903fe5f89be5b5f7d32dad7b66e4706dcaf8 /library/ttk/defaults.tcl | |
parent | 334a0cab800af743b3db1b6da0023918dfa89790 (diff) | |
download | tk-57fc44c584797fe0a1f04d80fa255ad5e3339b86.zip tk-57fc44c584797fe0a1f04d80fa255ad5e3339b86.tar.gz tk-57fc44c584797fe0a1f04d80fa255ad5e3339b86.tar.bz2 |
Fix [c492c96aa2]: Combobox arrow not grayed (alt, clam and default ttk themes)
Diffstat (limited to 'library/ttk/defaults.tcl')
-rw-r--r-- | library/ttk/defaults.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/library/ttk/defaults.tcl b/library/ttk/defaults.tcl index 853ed20..f38a4a2 100644 --- a/library/ttk/defaults.tcl +++ b/library/ttk/defaults.tcl @@ -74,6 +74,7 @@ namespace eval ttk::theme::default { -relief sunken -fieldbackground white -padding 1 ttk::style map TEntry -fieldbackground \ [list readonly $colors(-frame) disabled $colors(-frame)] + ttk::style map TCombobox -arrowcolor [list disabled $colors(-disabledfg)] ttk::style configure TCombobox -arrowsize 12 -padding 1 ttk::style map TCombobox -fieldbackground \ |