summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDefault.h
diff options
context:
space:
mode:
authorculler <culler>2019-05-16 13:05:09 (GMT)
committerculler <culler>2019-05-16 13:05:09 (GMT)
commit260bb95de0df7f3a8569fdbfb46cdfc899ff2619 (patch)
treec9d905589aa8776584368c63cee7fd4ffcafcb80 /macosx/tkMacOSXDefault.h
parent9e6d6d1ae2e12e39197ebabb4a4fd27715f65f5f (diff)
parent8175c0e93450e5523767039b7f4be7d89e7a63c9 (diff)
downloadtk-260bb95de0df7f3a8569fdbfb46cdfc899ff2619.zip
tk-260bb95de0df7f3a8569fdbfb46cdfc899ff2619.tar.gz
tk-260bb95de0df7f3a8569fdbfb46cdfc899ff2619.tar.bz2
In Aqua, draw dark mode menubuttons as inactive, as is done for buttons.
This makes them imperfect, but usable. This is the best we can do as long as HITheme is used for drawing. For correct appearance use ttk::menubutton.
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 c6d998c..a2b8300 100644
--- a/macosx/tkMacOSXDefault.h
+++ b/macosx/tkMacOSXDefault.h
@@ -338,9 +338,9 @@
#define DEF_MENUBUTTON_ANCHOR "w"
#define DEF_MENUBUTTON_ACTIVE_BG_COLOR ACTIVE_BG
-#define DEF_MENUBUTTON_ACTIVE_BG_MONO BLACK
+#define DEF_MENUBUTTON_ACTIVE_BG_MONO WHITE
#define DEF_MENUBUTTON_ACTIVE_FG_COLOR ACTIVE_FG
-#define DEF_MENUBUTTON_ACTIVE_FG_MONO WHITE
+#define DEF_MENUBUTTON_ACTIVE_FG_MONO BLACK
#define DEF_MENUBUTTON_BG_COLOR NORMAL_BG
#define DEF_MENUBUTTON_BG_MONO WHITE
#define DEF_MENUBUTTON_BITMAP ""