disable wxCollapsiblePane compilation in wx/chkconf.h, not wx/generic/collpaneg.h (bug 1620397)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1276,6 +1276,17 @@
|
||||
wxUSE_CHOICEBOOK || \
|
||||
wxUSE_TREEBOOK)
|
||||
|
||||
#if wxUSE_COLLPANE
|
||||
# if !wxUSE_BUTTON || !wxUSE_STATLINE
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxUSE_COLLPANE requires wxUSE_BUTTON and wxUSE_STATLINE"
|
||||
# else
|
||||
# undef wxUSE_COLLPANE
|
||||
# define wxUSE_COLLPANE 0
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_COLLPANE */
|
||||
|
||||
#if wxUSE_LISTBOOK
|
||||
# if !wxUSE_LISTCTRL
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
|
Reference in New Issue
Block a user