From 347743d93ac8f9a715d835ceac9188cd5ae45c88 Mon Sep 17 00:00:00 2001 From: WarmUpTill Date: Sat, 4 Feb 2023 01:46:49 +0100 Subject: [PATCH] Also trigger HighlightOnChange() if highlighting actions --- src/macro-core/macro-tab.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; }