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:
Tobias Taschner 2015-10-06 11:32:01 +02:00
parent cb83c4e0de
commit 6b34f39f46

View File

@ -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)