Also now highlights in tab rename.

This commit is contained in:
Cranken 2018-04-07 21:42:06 +02:00 committed by fourtf
parent 884349b340
commit 1ed426178a

View file

@ -40,6 +40,7 @@ NotebookTab::NotebookTab(Notebook *_notebook)
d.setText("");
} else {
d.setText(this->getTitle());
d.highlightText();
}
if (d.exec() == QDialog::Accepted) {