Enable Scintilla Virtual Space Option change from macro

Fixes #5463, closes #5500
This commit is contained in:
Imre NAGY 2019-04-08 22:05:44 +02:00 committed by Don HO
parent e5de0c6d44
commit 8a048b0957
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

View File

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