diff options
author | Neil <nyamatongwe@gmail.com> | 2014-05-24 09:29:24 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-05-24 09:29:24 +1000 |
commit | 14483d14cbf29366f6f0839bd3683f3bfb8c046a (patch) | |
tree | afa33b60e13299f20bad206ff28e6339d0f99d59 /src/ViewStyle.h | |
parent | a55a7b13deaaf1b19b82ecdbc997d3e457677e26 (diff) | |
download | scintilla-mirror-14483d14cbf29366f6f0839bd3683f3bfb8c046a.tar.gz |
Removing style byte indicators.
Diffstat (limited to 'src/ViewStyle.h')
-rw-r--r-- | src/ViewStyle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ViewStyle.h b/src/ViewStyle.h index be9d8abfc..4dfb14a33 100644 --- a/src/ViewStyle.h +++ b/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); |