fixed wxFrame background colour in wxUniv on ports without native wxSYS_COLOUR_APPWORKSPACE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1283,6 +1283,7 @@ wxColour wxWin32ColourScheme::Get(wxWin32ColourScheme::StdColour col) const
|
||||
case TITLEBAR_ACTIVE_TEXT: return wxColour(GetSysColor(COLOR_CAPTIONTEXT));
|
||||
|
||||
case DESKTOP: return wxColour(0x808000);
|
||||
case FRAME: return wxColour(GetSysColor(COLOR_APPWORKSPACE));
|
||||
#else // !__WXMSW__
|
||||
// use the standard Windows colours elsewhere
|
||||
case WINDOW: return *wxWHITE;
|
||||
@@ -1315,6 +1316,7 @@ wxColour wxWin32ColourScheme::Get(wxWin32ColourScheme::StdColour col) const
|
||||
case TITLEBAR_ACTIVE_TEXT:return *wxWHITE;
|
||||
|
||||
case DESKTOP: return wxColour(0x808000);
|
||||
case FRAME: return wxColour(0x808080);
|
||||
#endif // __WXMSW__
|
||||
|
||||
case GAUGE: return Get(HIGHLIGHT);
|
||||
|
Reference in New Issue
Block a user