Add message "wxStyledTextCtrl requires wxUSE_SCROLLBAR"
This commit is contained in:
@@ -2345,6 +2345,15 @@
|
|||||||
# define wxUSE_STC 0
|
# define wxUSE_STC 0
|
||||||
# endif
|
# endif
|
||||||
# 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 */
|
#endif /* wxUSE_STC */
|
||||||
|
|
||||||
#if wxUSE_RICHTEXT
|
#if wxUSE_RICHTEXT
|
||||||
|
Reference in New Issue
Block a user