diff options
Diffstat (limited to 'cocoa')
| -rw-r--r-- | cocoa/ScintillaView.mm | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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];  }  //-------------------------------------------------------------------------------------------------- | 
