diff --git a/UI/source-tree.cpp b/UI/source-tree.cpp index c556cfbce..e46ad5415 100644 --- a/UI/source-tree.cpp +++ b/UI/source-tree.cpp @@ -263,6 +263,7 @@ void SourceTreeItem::EnterEditMode() setFocusPolicy(Qt::StrongFocus); boxLayout->removeWidget(label); editor = new QLineEdit(label->text()); + editor->setStyleSheet("background: none"); editor->selectAll(); editor->installEventFilter(this); boxLayout->insertWidget(1, editor);