From b576eacdb617861f870abf117d40e4f70d92bf35 Mon Sep 17 00:00:00 2001 From: Neil Hodgson Date: Sun, 23 Jun 2019 09:49:41 +1000 Subject: Feature [feature-requests:#1297] Fixed one INDIC_IME forgotten in 7594. --- cocoa/ScintillaView.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cocoa/ScintillaView.mm') diff --git a/cocoa/ScintillaView.mm b/cocoa/ScintillaView.mm index fdf5c3374..e534a01aa 100644 --- a/cocoa/ScintillaView.mm +++ b/cocoa/ScintillaView.mm @@ -1378,7 +1378,7 @@ static NSCursor *cursorFromEnum(Window::Cursor cursor) { const bool drawInBackground = [self message: SCI_GETPHASESDRAW] != 0; [self setGeneralProperty: SCI_INDICSETUNDER parameter: INDICATOR_IME value: drawInBackground]; [self setGeneralProperty: SCI_INDICSETSTYLE parameter: INDICATOR_IME value: INDIC_PLAIN]; - [self setGeneralProperty: SCI_INDICSETALPHA parameter: INDIC_IME value: 100]; + [self setGeneralProperty: SCI_INDICSETALPHA parameter: INDICATOR_IME value: 100]; } //-------------------------------------------------------------------------------------------------- -- cgit v1.2.3