Define wxUSE_BOOKCTRL as 1 if wxUSE_AUI==1.
wxAuiNotebook needs wxBookCtrlBase. Closes #16025. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@76011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
37c6e7834c
commit
e9ccd6d5b1
@ -1552,7 +1552,8 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#define wxUSE_BOOKCTRL (wxUSE_NOTEBOOK || \
|
||||
#define wxUSE_BOOKCTRL (wxUSE_AUI || \
|
||||
wxUSE_NOTEBOOK || \
|
||||
wxUSE_LISTBOOK || \
|
||||
wxUSE_CHOICEBOOK || \
|
||||
wxUSE_TOOLBOOK || \
|
||||
|
Loading…
Reference in New Issue
Block a user