diff --git a/src/macro-core/macro-tab.cpp b/src/macro-core/macro-tab.cpp index b8816bd7..8eaa96ad 100644 --- a/src/macro-core/macro-tab.cpp +++ b/src/macro-core/macro-tab.cpp @@ -335,7 +335,8 @@ void AdvSceneSwitcher::MacroSelectionChanged(const QItemSelection &, void AdvSceneSwitcher::HighlightOnChange() { - if (!switcher->macroProperties._highlightExecuted) { + if (!switcher->macroProperties._highlightActions && + !switcher->macroProperties._highlightExecuted) { return; }