From 1a82b474a3a6e035844e4f2e32f65cdca3c0cf00 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 14 Jun 2007 12:56:07 +0000 Subject: Fixing position cache size setting and documenting the position cache. --- src/Editor.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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: -- cgit v1.2.3