提交 4b8411fa 编写于 作者: J Jim 提交者: GitHub

Merge pull request #716 from flash0110/ui_fix-frontend-api-scene-added

UI: Fix frontend-api event call for adding scenes
......@@ -1764,6 +1764,9 @@ void OBSBasic::AddScene(OBSSource source)
blog(LOG_INFO, "User added scene '%s'",
obs_source_get_name(source));
}
if (api)
api->on_event(OBS_FRONTEND_EVENT_SCENE_LIST_CHANGED);
}
void OBSBasic::RemoveScene(OBSSource source)
......@@ -2156,8 +2159,6 @@ void OBSBasic::DuplicateSelectedScene()
SetCurrentScene(source, true);
obs_scene_release(scene);
if (api)
api->on_event(OBS_FRONTEND_EVENT_SCENE_LIST_CHANGED);
break;
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册