|
@@ -263,6 +263,7 @@ void SourceTreeItem::EnterEditMode()
|
|
setFocusPolicy(Qt::StrongFocus);
|
|
setFocusPolicy(Qt::StrongFocus);
|
|
boxLayout->removeWidget(label);
|
|
boxLayout->removeWidget(label);
|
|
editor = new QLineEdit(label->text());
|
|
editor = new QLineEdit(label->text());
|
|
|
|
+ editor->setStyleSheet("background: none");
|
|
editor->selectAll();
|
|
editor->selectAll();
|
|
editor->installEventFilter(this);
|
|
editor->installEventFilter(this);
|
|
boxLayout->insertWidget(1, editor);
|
|
boxLayout->insertWidget(1, editor);
|