mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Fix potential crash in audio macro action
UpdateEntryData() could be called from ActionChanged() leading to a potential double lock of switcher->m when triggerin other slots of this widget
This commit is contained in:
@@ -37,6 +37,7 @@ public:
|
||||
MacroActionAudioEdit(
|
||||
QWidget *parent,
|
||||
std::shared_ptr<MacroActionAudio> entryData = nullptr);
|
||||
void SetWidgetVisibility();
|
||||
void UpdateEntryData();
|
||||
static QWidget *Create(QWidget *parent,
|
||||
std::shared_ptr<MacroAction> action)
|
||||
|
||||
Reference in New Issue
Block a user