undef wxUSE_THEME_XXX before redefining them to 1 if wxUSE_ALL_THEMES
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41514 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
acb53ea542
commit
13f6c4701e
@ -133,9 +133,13 @@ struct WXDLLEXPORT wxThemeInfo
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
#if wxUSE_ALL_THEMES
|
#if wxUSE_ALL_THEMES
|
||||||
|
#undef wxUSE_THEME_WIN32
|
||||||
#define wxUSE_THEME_WIN32 1
|
#define wxUSE_THEME_WIN32 1
|
||||||
|
#undef wxUSE_THEME_GTK
|
||||||
#define wxUSE_THEME_GTK 1
|
#define wxUSE_THEME_GTK 1
|
||||||
|
#undef wxUSE_THEME_MONO
|
||||||
#define wxUSE_THEME_MONO 1
|
#define wxUSE_THEME_MONO 1
|
||||||
|
#undef wxUSE_THEME_METAL
|
||||||
#define wxUSE_THEME_METAL 1
|
#define wxUSE_THEME_METAL 1
|
||||||
#endif // wxUSE_ALL_THEMES
|
#endif // wxUSE_ALL_THEMES
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user