mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix else action delete button only working with active selection
This commit is contained in:
parent
5e2bd84478
commit
a40f175af5
|
|
@ -321,7 +321,7 @@ void AdvSceneSwitcher::on_elseActionRemove_clicked()
|
|||
if (!macro) {
|
||||
return;
|
||||
}
|
||||
RemoveMacroElseAction((int)macro->Actions().size() - 1);
|
||||
RemoveMacroElseAction((int)macro->ElseActions().size() - 1);
|
||||
} else {
|
||||
RemoveMacroElseAction(currentElseActionIdx);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user