From 20a8cd5d081f553232f7443d4e2b73f83ca389d3 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 31 Mar 2017 23:07:29 +1100 Subject: Hide decorations details a little. --- win32/ScintillaWin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32') 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; rDecorationFillRange(positionInsert - len, 1, len); -- cgit v1.2.3