diff options
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index 6af15a297..f96ef1bfc 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -6379,7 +6379,7 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) { return llc.GetLevel(); case SCI_SETPOSITIONCACHE: - posCache.SetSize(0x400); + posCache.SetSize(wParam); break; case SCI_GETPOSITIONCACHE: |