mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 21:04:54 +02:00
Add SCI_SETCARETLINEBACKALPHA to the list of macroable commands in isMacroable function
Fix #8614, fix #5619, close #8684
This commit is contained in:
parent
3a2edb99c4
commit
394f762d6b
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user