mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 00:56:00 -05:00
Hide selected macro for run or stop action
Running a macro from within itself is not supported and stopping it from withint itself does not seem useful either.
This commit is contained in:
@@ -9,6 +9,8 @@ class MacroSelection : public QComboBox {
|
||||
public:
|
||||
MacroSelection(QWidget *parent);
|
||||
void SetCurrentMacro(Macro *);
|
||||
void HideSelectedMacro(); // Macro currently being edited
|
||||
void ShowAllMacros();
|
||||
|
||||
private slots:
|
||||
void MacroAdd(const QString &name);
|
||||
|
||||
Reference in New Issue
Block a user