提交 f56ab9a3 编写于 作者: J Joshua Berenhaus 提交者: Jim

UI: Set focus back to label after source rename

Fixes obsproject/obs-studio#3465
上级 3486c0b3
......@@ -354,6 +354,7 @@ void SourceTreeItem::ExitEditMode(bool save)
editor = nullptr;
setFocusPolicy(Qt::NoFocus);
boxLayout->insertWidget(index, label);
label->setFocus();
/* ----------------------------------------- */
/* check for empty string */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册