Add SCI_SETCARETLINEBACKALPHA to the list of macroable commands in isMacroable function

Fix #8614, fix #5619, close #8684
This commit is contained in:
Scott Sumner 2020-08-08 12:55:34 -04:00 committed by Don HO
parent 3a2edb99c4
commit 394f762d6b
1 changed files with 1 additions and 0 deletions

View File

@ -811,6 +811,7 @@ bool recordedMacroStep::isMacroable() const
case SCI_SCROLLTOSTART:
case SCI_SCROLLTOEND:
case SCI_SETVIRTUALSPACEOPTIONS:
case SCI_SETCARETLINEBACKALPHA:
{
if (_macroType == mtUseLParameter)
return true;