aboutsummaryrefslogtreecommitdiffhomepage
path: root/gtk/ScintillaGTK.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2017-03-31 23:07:29 +1100
committerNeil <nyamatongwe@gmail.com>2017-03-31 23:07:29 +1100
commit20a8cd5d081f553232f7443d4e2b73f83ca389d3 (patch)
tree7299420575766263a4f6438e83b24403ec3f6ef4 /gtk/ScintillaGTK.cxx
parent1649b97ceaf3a54b767b2ddb3593f820ad64142b (diff)
downloadscintilla-mirror-20a8cd5d081f553232f7443d4e2b73f83ca389d3.tar.gz
Hide decorations details a little.
Diffstat (limited to 'gtk/ScintillaGTK.cxx')
-rw-r--r--gtk/ScintillaGTK.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/ScintillaGTK.cxx b/gtk/ScintillaGTK.cxx
index a5c09c8e2..7b175d56b 100644
--- a/gtk/ScintillaGTK.cxx
+++ b/gtk/ScintillaGTK.cxx
@@ -2227,7 +2227,7 @@ void ScintillaGTK::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++) {
int positionInsert = sel.Range(r).Start().Position();
pdoc->DecorationFillRange(positionInsert - len, 1, len);