diff options
author | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-05-31 09:22:28 +0300 |
---|---|---|
committer | XhmikosR <xhmikosr@users.sourceforge.net> | 2014-05-31 09:45:23 +0300 |
commit | 9cfed0620c349f9cbe043cb32495c16a8bfbc8d3 (patch) | |
tree | 15aaefd2f26278f4f1d8b39e1f313deb5625919c /scintilla/src/ViewStyle.h | |
parent | f2a80f864fe05792b1f234aa3716f2cb89b3474e (diff) | |
download | notepad2-mod-9cfed0620c349f9cbe043cb32495c16a8bfbc8d3.zip notepad2-mod-9cfed0620c349f9cbe043cb32495c16a8bfbc8d3.tar.gz notepad2-mod-9cfed0620c349f9cbe043cb32495c16a8bfbc8d3.tar.bz2 |
Update Scintilla to v3.4.3.
Diffstat (limited to 'scintilla/src/ViewStyle.h')
-rw-r--r-- | scintilla/src/ViewStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scintilla/src/ViewStyle.h b/scintilla/src/ViewStyle.h index 5bea4ba..d6e4311 100644 --- a/scintilla/src/ViewStyle.h +++ b/scintilla/src/ViewStyle.h @@ -157,7 +157,7 @@ public: ViewStyle();
ViewStyle(const ViewStyle &source);
~ViewStyle();
- void Init(size_t stylesSize_=64);
+ void Init(size_t stylesSize_=256);
void Refresh(Surface &surface, int tabInChars);
void ReleaseAllExtendedStyles();
int AllocateExtendedStyles(int numberStyles);
|