Also now highlights in tab rename.

This commit is contained in:
Cranken 2018-04-07 21:42:06 +02:00
parent 1fc04d82ca
commit 942e8cefcc

View file

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