UI: Fix transitions being disabled

This commit is contained in:
Clayton Groeneveld
2020-02-04 06:06:45 -06:00
parent 86d3eb3088
commit 69cede2b8d
+2 -2
View File
@@ -267,10 +267,10 @@ void OBSBasic::TransitionStopped()
OBSSource scene = OBSGetStrongRef(swapScene);
if (scene)
SetCurrentScene(scene);
EnableTransitionWidgets(true);
}
EnableTransitionWidgets(true);
if (api) {
api->on_event(OBS_FRONTEND_EVENT_TRANSITION_STOPPED);
api->on_event(OBS_FRONTEND_EVENT_SCENE_CHANGED);