mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix potential crash when creating actions
This commit is contained in:
parent
d18044b764
commit
a0cb08d18f
|
|
@ -507,7 +507,7 @@ void AdvSceneSwitcher::RemoveMacroElseAction(int idx)
|
|||
SetMacroAbortWait(true);
|
||||
GetMacroWaitCV().notify_all();
|
||||
macro->UpdateElseActionIndices();
|
||||
SetActionData(*macro);
|
||||
SetElseActionData(*macro);
|
||||
}
|
||||
MacroElseActionSelectionChanged(-1);
|
||||
lastInteracted = MacroSection::ELSE_ACTIONS;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user