Merge pull request #2375 from cg2121/tr-disabled-fix

UI: Fix transitions being disabled
master
Jim 2020-02-05 12:40:58 -08:00 committed by GitHub
commit 83a74b8967
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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);