mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 13:24:42 +02:00
Fix compiling error
This commit is contained in:
parent
da2d14436c
commit
1f5ba1803f
@ -809,7 +809,7 @@ void recordedMacroStep::PlayBack(Window* pNotepad, ScintillaEditView *pEditView)
|
||||
else
|
||||
{
|
||||
// Ensure it's macroable message before send it
|
||||
if (!isMacroable(_message))
|
||||
if (!isMacroable())
|
||||
return;
|
||||
|
||||
if (_macroType == mtUseSParameter)
|
||||
|
Loading…
x
Reference in New Issue
Block a user