Fix crashes related to widget highlighting

This commit is contained in:
WarmUpTill
2024-08-15 20:11:01 +02:00
committed by WarmUpTill
parent 5bb10a4aef
commit 263565700a
4 changed files with 14 additions and 7 deletions

View File

@@ -154,6 +154,7 @@ void StatusControl::SetStarted()
_status->setText(obs_module_text("AdvSceneSwitcher.status.active"));
if (_pulse) {
_pulse->deleteLater();
_pulse = nullptr;
}
SetStatusStyleSheet(false);
_setToStopped = false;