mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-24 10:16:41 -05:00
Fix transition signals not being connected on scene selection change
This would be the case if a new transition condition was created, which immediately is changed to "transitioning from ..." or "transitioning to ..." type.
This commit is contained in:
@@ -357,6 +357,7 @@ void MacroConditionTransitionEdit::SceneChanged(const SceneSelection &s)
|
||||
{
|
||||
GUARD_LOADING_AND_LOCK();
|
||||
_entryData->_scene = s;
|
||||
_entryData->ConnectToTransitionSignals();
|
||||
}
|
||||
|
||||
void MacroConditionTransitionEdit::DurationChanged(const Duration &dur)
|
||||
|
||||
Reference in New Issue
Block a user