summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXColor.c
diff options
context:
space:
mode:
authormarc_culler <marc.culler@gmail.com>2021-11-01 19:40:31 (GMT)
committermarc_culler <marc.culler@gmail.com>2021-11-01 19:40:31 (GMT)
commitb60832afff8d31b3b9d0bba6b1d428a28d4ef45a (patch)
treead514831008f3aa1429a5b27741e74cfc33183b4 /macosx/tkMacOSXColor.c
parent06ca271c828bc7df25dfba6698246b15def3a28e (diff)
downloadtk-b60832afff8d31b3b9d0bba6b1d428a28d4ef45a.zip
tk-b60832afff8d31b3b9d0bba6b1d428a28d4ef45a.tar.gz
tk-b60832afff8d31b3b9d0bba6b1d428a28d4ef45a.tar.bz2
Check and radio buttons.
Diffstat (limited to 'macosx/tkMacOSXColor.c')
-rw-r--r--macosx/tkMacOSXColor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/tkMacOSXColor.c b/macosx/tkMacOSXColor.c
index afb21b2..3951683 100644
--- a/macosx/tkMacOSXColor.c
+++ b/macosx/tkMacOSXColor.c
@@ -331,7 +331,7 @@ GetRGBA(
colorUsingColorSpace:sRGB];
#endif
} else if (entry->index == selectedTabTextIndex) {
- if (OSVersion > 100600 && OSVersion < 101600) {
+ if (OSVersion > 100600 && OSVersion < 110000) {
color = [[NSColor whiteColor] colorUsingColorSpace:sRGB];
} else {
color = [[NSColor textColor] colorUsingColorSpace:sRGB];