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:
@@ -92,7 +92,7 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
|
|||||||
break;
|
break;
|
||||||
case wxSYS_COLOUR_INFOBK:
|
case wxSYS_COLOUR_INFOBK:
|
||||||
// tooltip (bogus)
|
// tooltip (bogus)
|
||||||
sysColor = [NSColor windowFrameColor];
|
sysColor = [NSColor windowBackgroundColor];
|
||||||
break;
|
break;
|
||||||
case wxSYS_COLOUR_APPWORKSPACE:
|
case wxSYS_COLOUR_APPWORKSPACE:
|
||||||
// MDI window color (bogus)
|
// MDI window color (bogus)
|
||||||
|
Reference in New Issue
Block a user