소스 검색

Merge pull request #2746 from exeldro/remove_scenes

UI: Remove all scenes in ClearSceneData
Richard Stanway 5 년 전
부모
커밋
9927cf035b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      UI/window-basic-main.cpp

+ 1 - 0
UI/window-basic-main.cpp

@@ -3921,6 +3921,7 @@ void OBSBasic::ClearSceneData()
 		return true;
 		return true;
 	};
 	};
 
 
+	obs_enum_scenes(cb, nullptr);
 	obs_enum_sources(cb, nullptr);
 	obs_enum_sources(cb, nullptr);
 
 
 	if (api)
 	if (api)