Also now highlights in tab rename.
This commit is contained in:
@@ -40,6 +40,7 @@ NotebookTab::NotebookTab(Notebook *_notebook)
|
|||||||
d.setText("");
|
d.setText("");
|
||||||
} else {
|
} else {
|
||||||
d.setText(this->getTitle());
|
d.setText(this->getTitle());
|
||||||
|
d.highlightText();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (d.exec() == QDialog::Accepted) {
|
if (d.exec() == QDialog::Accepted) {
|
||||||
|
|||||||
Reference in New Issue
Block a user