summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e453538)
on otherwise grey panels on WinCE
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31820
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// so that non-solid background renders correctly under GTK+:
SetThemeEnabled(true);
// so that non-solid background renders correctly under GTK+:
SetThemeEnabled(true);
+#ifdef __WXWINCE__
+ // Required get solid control backgrounds under WinCE
+ SetBackgroundColour(wxSystemSettings::GetColour(wxSYS_COLOUR_3DFACE));
+#endif
+