Fix manually started macros not being stopped when stopping the plugin

This commit is contained in:
WarmUpTill 2024-01-26 23:43:25 +01:00 committed by WarmUpTill
parent 462c3445e3
commit 19bc270d5c

View File

@ -481,6 +481,7 @@ void SwitcherData::Stop()
SetMacroAbortWait(true);
GetMacroWaitCV().notify_all();
GetMacroTransitionCV().notify_all();
StopAllMacros();
StopAndClearAllActionQueues();
CloseAllInputDialogs();
th->wait();