mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -05:00
Fix manually started macros not being stopped when stopping the plugin
This commit is contained in:
parent
462c3445e3
commit
19bc270d5c
|
|
@ -481,6 +481,7 @@ void SwitcherData::Stop()
|
|||
SetMacroAbortWait(true);
|
||||
GetMacroWaitCV().notify_all();
|
||||
GetMacroTransitionCV().notify_all();
|
||||
StopAllMacros();
|
||||
StopAndClearAllActionQueues();
|
||||
CloseAllInputDialogs();
|
||||
th->wait();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user