Revert "UI: Reset sources list manually on first load"
This reverts commit fba2ff8b2c16553111eff3deda56e821c2bcb570.
This commit is contained in:
parent
4b534a0583
commit
da40615132
@ -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);}
|
||||
|
@ -1515,7 +1515,6 @@ void OBSBasic::OBSInit()
|
||||
ProfileScope("OBSBasic::Load");
|
||||
disableSaving--;
|
||||
Load(savePath);
|
||||
ui->sources->Reset();
|
||||
disableSaving++;
|
||||
}
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user