aboutsummaryrefslogtreecommitdiffhomepage
path: root/cocoa
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa')
-rw-r--r--cocoa/ScintillaCocoa.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cocoa/ScintillaCocoa.mm b/cocoa/ScintillaCocoa.mm
index c8cf404ad..0eae8d356 100644
--- a/cocoa/ScintillaCocoa.mm
+++ b/cocoa/ScintillaCocoa.mm
@@ -2394,7 +2394,7 @@ void ScintillaCocoa::CompositionStart()
void ScintillaCocoa::CompositionCommit()
{
pdoc->TentativeCommit();
- pdoc->decorations.SetCurrentIndicator(INDIC_IME);
+ pdoc->DecorationSetCurrentIndicator(INDIC_IME);
pdoc->DecorationFillRange(0, 0, pdoc->Length());
}