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