diff --git a/PowerEditor/src/WinControls/shortcut/shortcut.cpp b/PowerEditor/src/WinControls/shortcut/shortcut.cpp index 745e1bd8..0d34f762 100644 --- a/PowerEditor/src/WinControls/shortcut/shortcut.cpp +++ b/PowerEditor/src/WinControls/shortcut/shortcut.cpp @@ -804,6 +804,7 @@ bool recordedMacroStep::isMacroable() const case SCI_MOVESELECTEDLINESDOWN: case SCI_SCROLLTOSTART: case SCI_SCROLLTOEND: + case SCI_SETVIRTUALSPACEOPTIONS: { if (_macroType == mtUseLParameter) return true;