Choose lighter color for wxOSX/Cocoa wxSYS_COLOUR_INFOBK.
[NSColor windowFrameColor] from commit 515fcc66e6
was way to dark [NSColor windowBackgroundColor] gives a much better contrast with the text.
This commit is contained in:
parent
cb83c4e0de
commit
6b34f39f46
@ -92,7 +92,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
|
||||
break;
|
||||
case wxSYS_COLOUR_INFOBK:
|
||||
// tooltip (bogus)
|
||||
sysColor = [NSColor windowFrameColor];
|
||||
sysColor = [NSColor windowBackgroundColor];
|
||||
break;
|
||||
case wxSYS_COLOUR_APPWORKSPACE:
|
||||
// MDI window color (bogus)
|
||||
|
Loading…
Reference in New Issue
Block a user