summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDefault.h
diff options
context:
space:
mode:
authorculler <culler>2019-08-16 17:14:20 (GMT)
committerculler <culler>2019-08-16 17:14:20 (GMT)
commit558b85260be31fc7d347b9ec715e051631f00755 (patch)
tree1d5c4f533e3d8b7c6ee303f47f33d9c5c7d92856 /macosx/tkMacOSXDefault.h
parent4875d4135079ccec5bf1e4e60a5b6a835dbc8602 (diff)
downloadtk-558b85260be31fc7d347b9ec715e051631f00755.zip
tk-558b85260be31fc7d347b9ec715e051631f00755.tar.gz
tk-558b85260be31fc7d347b9ec715e051631f00755.tar.bz2
Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrect
appearance.
Diffstat (limited to 'macosx/tkMacOSXDefault.h')
-rw-r--r--macosx/tkMacOSXDefault.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDefault.h b/macosx/tkMacOSXDefault.h
index 9c3654a..d55ddcb 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 TEXT_BG
+#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