Add message "wxStyledTextCtrl requires wxUSE_SCROLLBAR"
This commit is contained in:
parent
71a2fc0706
commit
caa6e5de2f
1 changed files with 9 additions and 0 deletions
|
|
@ -2345,6 +2345,15 @@
|
|||
# define wxUSE_STC 0
|
||||
# endif
|
||||
# endif
|
||||
|
||||
# if !wxUSE_SCROLLBAR
|
||||
# ifdef wxABORT_ON_CONFIG_ERROR
|
||||
# error "wxStyledTextCtrl requires wxUSE_SCROLLBAR"
|
||||
# else
|
||||
# undef wxUSE_STC
|
||||
# define wxUSE_STC 0
|
||||
# endif
|
||||
# endif
|
||||
#endif /* wxUSE_STC */
|
||||
|
||||
#if wxUSE_RICHTEXT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue