From 79dddf368c82788d1110559972cd61e4d214d60b Mon Sep 17 00:00:00 2001 From: arbee Date: Fri, 23 Sep 2022 21:30:48 -0400 Subject: debugview.mm: Raise requirement for Dark Mode to 10.15. [R. Belmont, kmg] --- src/osd/modules/debugger/osx/debugview.mm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osd') diff --git a/src/osd/modules/debugger/osx/debugview.mm b/src/osd/modules/debugger/osx/debugview.mm index 381c91f7dfc..540fa41815d 100644 --- a/src/osd/modules/debugger/osx/debugview.mm +++ b/src/osd/modules/debugger/osx/debugview.mm @@ -51,8 +51,8 @@ static void debugwin_view_update(debug_view &view, void *osdprivate) @implementation MAMEDebugView + (void)initialize { - // 10.14 and better get full adaptive Dark Mode support -#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_14 + // 10.15 and better get full adaptive Dark Mode support +#if MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_15 DefaultForeground = [[NSColor textColor] retain]; ChangedForeground = [[NSColor systemRedColor] retain]; CommentForeground = [[NSColor systemGreenColor] retain]; -- cgit v1.2.3