diff options
Diffstat (limited to 'src/Editor.cxx')
| -rw-r--r-- | src/Editor.cxx | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 93a157061..05796c7bf 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -6971,12 +6971,15 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {  		vs.ResetDefaultStyle();  		InvalidateStyleRedraw();  		break; + +#ifdef INCLUDE_DEPRECATED_FEATURES  	case SCI_SETSTYLEBITS:  		vs.EnsureStyle(0xff);  		break;  	case SCI_GETSTYLEBITS:  		return 8; +#endif  	case SCI_SETLINESTATE:  		return pdoc->SetLineState(static_cast<int>(wParam), static_cast<int>(lParam));  | 
