diff options
| author | Neil <nyamatongwe@gmail.com> | 2017-03-31 23:07:29 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2017-03-31 23:07:29 +1100 |
| commit | 20a8cd5d081f553232f7443d4e2b73f83ca389d3 (patch) | |
| tree | 7299420575766263a4f6438e83b24403ec3f6ef4 /win32/ScintillaWin.cxx | |
| parent | 1649b97ceaf3a54b767b2ddb3593f820ad64142b (diff) | |
| download | scintilla-mirror-20a8cd5d081f553232f7443d4e2b73f83ca389d3.tar.gz | |
Hide decorations details a little.
Diffstat (limited to 'win32/ScintillaWin.cxx')
| -rw-r--r-- | win32/ScintillaWin.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/ScintillaWin.cxx b/win32/ScintillaWin.cxx index 525462f61..877ca5d88 100644 --- a/win32/ScintillaWin.cxx +++ b/win32/ScintillaWin.cxx @@ -906,7 +906,7 @@ void ScintillaWin::DrawImeIndicator(int indicator, int len) { if (indicator < 8 || indicator > INDIC_MAX) { return; } - pdoc->decorations.SetCurrentIndicator(indicator); + pdoc->DecorationSetCurrentIndicator(indicator); for (size_t r=0; r<sel.Count(); r++) { Sci::Position positionInsert = sel.Range(r).Start().Position(); pdoc->DecorationFillRange(positionInsert - len, 1, len); |
