added the missing (newly added) colours to the switch
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14030 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -83,8 +83,19 @@ wxColour wxSystemSettingsNative::GetColour(wxSystemColour index)
|
||||
case wxSYS_COLOUR_APPWORKSPACE:
|
||||
{
|
||||
return wxColour("LIGHT GREY");
|
||||
// return *wxWHITE;
|
||||
}
|
||||
|
||||
case wxSYS_COLOUR_HOTLIGHT:
|
||||
case wxSYS_COLOUR_GRADIENTACTIVECAPTION:
|
||||
case wxSYS_COLOUR_GRADIENTINACTIVECAPTION:
|
||||
case wxSYS_COLOUR_MENUHILIGHT:
|
||||
case wxSYS_COLOUR_MENUBAR:
|
||||
// TODO
|
||||
return wxColour("LIGHT GREY");
|
||||
|
||||
default:
|
||||
case wxSYS_COLOUR_MAX:
|
||||
wxFAIL_MSG( _T("unknown colour") );
|
||||
}
|
||||
return *wxWHITE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user