backport, fixing enabling/disabling child windows, closes #16232
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76469 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -57,6 +57,13 @@
|
|||||||
#if defined(__WXMSW__) || defined(__WXPM__)
|
#if defined(__WXMSW__) || defined(__WXPM__)
|
||||||
// must do everything ourselves
|
// must do everything ourselves
|
||||||
#undef wxHAS_NATIVE_ENABLED_MANAGEMENT
|
#undef wxHAS_NATIVE_ENABLED_MANAGEMENT
|
||||||
|
#elif defined(__WXOSX__)
|
||||||
|
#if wxOSX_USE_CARBON
|
||||||
|
#define wxHAS_NATIVE_ENABLED_MANAGEMENT
|
||||||
|
#else
|
||||||
|
// must do everything ourselves
|
||||||
|
#undef wxHAS_NATIVE_ENABLED_MANAGEMENT
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define wxHAS_NATIVE_ENABLED_MANAGEMENT
|
#define wxHAS_NATIVE_ENABLED_MANAGEMENT
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user