diff options
| author | Neil <nyamatongwe@gmail.com> | 2019-06-22 11:37:23 +1000 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2019-06-22 11:37:23 +1000 |
| commit | 39a55b921ece0756cdd1845e034a65633da07a64 (patch) | |
| tree | 97c88624e0813955a987ad7c4bf3ca346fe205fa /cocoa/ScintillaCocoa.mm | |
| parent | bc02d0c442355ca6bd20893749664a44584f25ef (diff) | |
| download | scintilla-mirror-39a55b921ece0756cdd1845e034a65633da07a64.tar.gz | |
Feature [feature-requests:#1297] Update to use INDICATOR_ instead of INDIC_ as
INDIC_ is also used for indicator styles.
Diffstat (limited to 'cocoa/ScintillaCocoa.mm')
| -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 8271e7988..0f1a53e17 100644 --- a/cocoa/ScintillaCocoa.mm +++ b/cocoa/ScintillaCocoa.mm @@ -2274,7 +2274,7 @@ void ScintillaCocoa::CompositionStart() { */ void ScintillaCocoa::CompositionCommit() { pdoc->TentativeCommit(); - pdoc->DecorationSetCurrentIndicator(INDIC_IME); + pdoc->DecorationSetCurrentIndicator(INDICATOR_IME); pdoc->DecorationFillRange(0, 0, pdoc->Length()); } |
