0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 04:42:18 +02:00

Revert "UI: Reset sources list manually on first load"

This reverts commit fba2ff8b2c.
This commit is contained in:
jp9000 2018-08-29 16:05:25 -07:00
parent 4b534a0583
commit da40615132
2 changed files with 0 additions and 2 deletions

View File

@ -149,7 +149,6 @@ public:
explicit SourceTree(QWidget *parent = nullptr);
inline bool IgnoreReorder() const {return ignoreReorder;}
inline void Reset() {GetStm()->SceneChanged();}
inline void Clear() {GetStm()->Clear();}
inline void Add(obs_sceneitem_t *item) {GetStm()->Add(item);}

View File

@ -1515,7 +1515,6 @@ void OBSBasic::OBSInit()
ProfileScope("OBSBasic::Load");
disableSaving--;
Load(savePath);
ui->sources->Reset();
disableSaving++;
}
#endif