Also trigger HighlightOnChange() if highlighting actions

This commit is contained in:
WarmUpTill
2023-02-04 01:46:49 +01:00
committed by WarmUpTill
parent 3c067ce723
commit 347743d93a

View File

@@ -335,7 +335,8 @@ void AdvSceneSwitcher::MacroSelectionChanged(const QItemSelection &,
void AdvSceneSwitcher::HighlightOnChange()
{
if (!switcher->macroProperties._highlightExecuted) {
if (!switcher->macroProperties._highlightActions &&
!switcher->macroProperties._highlightExecuted) {
return;
}