提交 9672aa0c 编写于 作者: P Palana

UI: Ensure only one source is selected on startup

上级 e1f0ac0b
......@@ -1029,7 +1029,7 @@ void OBSBasic::InsertSceneItem(obs_sceneitem_t *item)
SetOBSRef(listItem, OBSSceneItem(item));
ui->sources->insertItem(0, listItem);
ui->sources->setCurrentRow(0);
ui->sources->setCurrentRow(0, QItemSelectionModel::ClearAndSelect);
SetupVisibilityItem(ui->sources, listItem, item);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册