mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-24 06:14:47 +02:00
parent
27787fa062
commit
4df21f16dc
@ -3907,6 +3907,7 @@ bool Notepad_plus::addCurrentMacro()
|
|||||||
theMacros.push_back(ms);
|
theMacros.push_back(ms);
|
||||||
::InsertMenu(hMacroMenu, posBase + nbMacro, MF_BYPOSITION, cmdID, ms.toMenuItemString().c_str());
|
::InsertMenu(hMacroMenu, posBase + nbMacro, MF_BYPOSITION, cmdID, ms.toMenuItemString().c_str());
|
||||||
_accelerator.updateShortcuts();
|
_accelerator.updateShortcuts();
|
||||||
|
(NppParameters::getInstance())->setShortcutDirty();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user