diff options
author | culler <culler> | 2019-04-18 16:13:18 (GMT) |
---|---|---|
committer | culler <culler> | 2019-04-18 16:13:18 (GMT) |
commit | 2922de7aa8539798cbae60aefd0d7a9cfe35283d (patch) | |
tree | f335b6ffee7f9f54a2ff0be8ede24ee8cf5cc98e /library/ttk | |
parent | 23928a5f10c089cf05427e29d77b268e60ab7fc6 (diff) | |
download | tk-2922de7aa8539798cbae60aefd0d7a9cfe35283d.zip tk-2922de7aa8539798cbae60aefd0d7a9cfe35283d.tar.gz tk-2922de7aa8539798cbae60aefd0d7a9cfe35283d.tar.bz2 |
Eliminate the confusing conditional code from ttkMacOSXTheme.c.
Diffstat (limited to 'library/ttk')
-rw-r--r-- | library/ttk/aquaTheme.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/ttk/aquaTheme.tcl b/library/ttk/aquaTheme.tcl index 4b0740f..ffcad2c 100644 --- a/library/ttk/aquaTheme.tcl +++ b/library/ttk/aquaTheme.tcl @@ -62,7 +62,7 @@ namespace eval ttk::theme::aqua { ttk::style configure TNotebook -tabmargins {10 0} -tabposition n ttk::style configure TNotebook -padding {18 8 18 17} ttk::style configure TNotebook.Tab -padding {12 3 12 2} - ttk::style configure TNotebook.Tab -foreground white + ttk::style configure TNotebook.Tab -foreground systemControlTextColor ttk::style map TNotebook.Tab \ -foreground { {background !disabled !selected} systemControlTextColor |