summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2020-11-15 21:05:55 (GMT)
committermarc_culler <marc.culler@gmail.com>2020-11-15 21:05:55 (GMT)
commit4a755ae2c40c3164a67508cfdfbba153fe1a900e (patch)
tree86d818aac0a2b2d9605bb1ed010267f422b03153 /macosx
parente7be12248b18066f8c5e2c51d595ca3c88d3254c (diff)
downloadtk-4a755ae2c40c3164a67508cfdfbba153fe1a900e.zip
tk-4a755ae2c40c3164a67508cfdfbba153fe1a900e.tar.gz
tk-4a755ae2c40c3164a67508cfdfbba153fe1a900e.tar.bz2
Use systemUnemphasizedSelectedTextBackgroundColor as the INACTIVE_SELECT_BG default.
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tkMacOSXDefault.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h
index 4e73ac9..29b672a 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 "#a3a3a3"
@@ -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"