diff options
author | marc_culler <marc.culler@gmail.com> | 2020-11-15 21:08:33 (GMT) |
---|---|---|
committer | marc_culler <marc.culler@gmail.com> | 2020-11-15 21:08:33 (GMT) |
commit | 95dc15919beda726bb8b8f43de34e48733f72cd7 (patch) | |
tree | dd2b18a843b73fa648f33a639f068f8e3c9843a8 /macosx/tkMacOSXDefault.h | |
parent | 622c7d1d27a57098e82f59168d735eba4ccfc469 (diff) | |
parent | 4a755ae2c40c3164a67508cfdfbba153fe1a900e (diff) | |
download | tk-95dc15919beda726bb8b8f43de34e48733f72cd7.zip tk-95dc15919beda726bb8b8f43de34e48733f72cd7.tar.gz tk-95dc15919beda726bb8b8f43de34e48733f72cd7.tar.bz2 |
Merge 8.6
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r-- | macosx/tkMacOSXDefault.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h index 8a6546f..0dc9db9 100644 --- a/macosx/tkMacOSXDefault.h +++ b/macosx/tkMacOSXDefault.h @@ -42,7 +42,7 @@ #define ACTIVE_FG "systemTextColor" #define SELECT_BG "systemSelectedTextBackgroundColor" #define SELECT_FG "systemSelectedTextColor" -#define INACTIVE_SELECT_BG "systemSelectedTextBackgroundColor" +#define INACTIVE_SELECT_BG "systemUnemphasizedSelectedTextBackgroundColor" #define TROUGH "#c3c3c3" #define INDICATOR "#b03060" #define DISABLED "systemDisabledControlTextColor" @@ -88,19 +88,9 @@ #define DEF_BUTTON_ON_VALUE "1" #define DEF_BUTTON_TRISTATE_VALUE "" #define DEF_BUTTON_OVER_RELIEF "" -//#if TK_MAC_BUTTON_USE_COMPATIBILITY_METRICS -//#define DEF_BUTTON_PADX "12" -//#define DEF_BUTTON_PADX_NOCM "1" -//#else #define DEF_BUTTON_PADX "1" -//#endif #define DEF_LABCHKRAD_PADX "1" -//#if TK_MAC_BUTTON_USE_COMPATIBILITY_METRICS -//#define DEF_BUTTON_PADY "3" -//#define DEF_BUTTON_PADY_NOCM "1" -//#else #define DEF_BUTTON_PADY "1" -//#endif #define DEF_LABCHKRAD_PADY "1" #define DEF_BUTTON_RELIEF "flat" #define DEF_LABCHKRAD_RELIEF "flat" |