Add message "wxStyledTextCtrl requires wxUSE_SCROLLBAR"
This commit is contained in:
parent
71a2fc0706
commit
caa6e5de2f
@ -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…
Reference in New Issue
Block a user