提交 69cede2b 编写于 作者: C Clayton Groeneveld

UI: Fix transitions being disabled

上级 86d3eb30
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册