diff --git a/PowerEditor/src/NppBigSwitch.cpp b/PowerEditor/src/NppBigSwitch.cpp index 03e7add0..903bf440 100644 --- a/PowerEditor/src/NppBigSwitch.cpp +++ b/PowerEditor/src/NppBigSwitch.cpp @@ -1014,9 +1014,7 @@ LRESULT Notepad_plus::process(HWND hwnd, UINT Message, WPARAM wParam, LPARAM lPa _pEditView->execute(SCI_BEGINUNDOACTION); for(;;) { - for (Macro::iterator step = m.begin(); step != m.end(); step++) - step->PlayBack(this->_pPublicInterface, _pEditView); - + macroPlayback(m); counter++; if ( times >= 0 ) {