mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
debugview.mm: Raise requirement for Dark Mode to 10.15. [R. Belmont, kmg]
This commit is contained in:
parent
38324ac31c
commit
79dddf368c
1 changed files with 2 additions and 2 deletions
|
@ -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];
|
||||
|
|
Loading…
Reference in a new issue