mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-19 09:41:32 +08:00
UI: Fix transitions being disabled
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user