Merge pull request #318 from Cranken/highlightText

Now highlights the text in the channel change and tab rename dialogue.
This commit is contained in:
pajlada
2018-04-08 14:39:34 +02:00
committed by GitHub
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@ NotebookTab::NotebookTab(Notebook *_notebook)
d.setText("");
} else {
d.setText(this->getTitle());
d.highlightText();
}
if (d.exec() == QDialog::Accepted) {