Use name of macro to be copied in addNewMacro() dialog

This commit is contained in:
WarmUpTill
2022-02-21 19:54:54 +01:00
committed by WarmUpTill
parent eeedf11c6a
commit 5298b14803
2 changed files with 23 additions and 13 deletions

View File

@@ -49,7 +49,7 @@ public:
void OpenSequenceExtendEdit(SequenceWidget *sw);
void SetEditSceneGroup(SceneGroup &sg);
bool addNewMacro(std::string &name);
bool addNewMacro(std::string &name, std::string format = "");
Macro *getSelectedMacro();
void SetEditMacro(Macro &m);
void HighlightAction(int idx);