diff options
author | culler <culler> | 2019-08-18 15:07:00 (GMT) |
---|---|---|
committer | culler <culler> | 2019-08-18 15:07:00 (GMT) |
commit | c0c401e9d4e7565e3d5b2adda77fe939fd766ee6 (patch) | |
tree | 8e746c3352bea036c9d940e67a926a2195da6f9a /macosx/tkMacOSXDefault.h | |
parent | 70b59fde0683e810b186479eca177d5d51c93231 (diff) | |
parent | efac934659acc9da20a8766d8cde87be72e9d1bc (diff) | |
download | tk-c0c401e9d4e7565e3d5b2adda77fe939fd766ee6.zip tk-c0c401e9d4e7565e3d5b2adda77fe939fd766ee6.tar.gz tk-c0c401e9d4e7565e3d5b2adda77fe939fd766ee6.tar.bz2 |
Fix appearance anomalies with -default active buttons in aqua.
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r-- | macosx/tkMacOSXDefault.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index 4cdae53..73060ef 100644 --- a/macosx/tkMacOSXDefault.h +++ b/macosx/tkMacOSXDefault.h @@ -54,8 +54,8 @@ #define DEF_BUTTON_ANCHOR "center" #define DEF_BUTTON_ACTIVE_BG_COLOR ACTIVE_BG #define DEF_BUTTON_ACTIVE_BG_MONO BLACK -#define DEF_BUTTON_ACTIVE_FG_COLOR ACTIVE_FG -#define DEF_CHKRAD_ACTIVE_FG_COLOR DEF_BUTTON_ACTIVE_FG_COLOR +#define DEF_BUTTON_ACTIVE_FG_COLOR WHITE +#define DEF_CHKRAD_ACTIVE_FG_COLOR ACTIVE_FG #define DEF_BUTTON_ACTIVE_FG_MONO WHITE #define DEF_BUTTON_BG_COLOR NORMAL_BG #define DEF_BUTTON_BG_MONO WHITE |