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 /cocoa | |
| parent | 1649b97ceaf3a54b767b2ddb3593f820ad64142b (diff) | |
| download | scintilla-mirror-20a8cd5d081f553232f7443d4e2b73f83ca389d3.tar.gz | |
Hide decorations details a little.
Diffstat (limited to 'cocoa')
| -rw-r--r-- | cocoa/ScintillaCocoa.mm | 2 |
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()); } |
