Now highlights the text in the channel change dialogue.

This commit is contained in:
Cranken
2018-04-07 21:21:56 +02:00
parent c82254aa9e
commit 1fc04d82ca
3 changed files with 8 additions and 0 deletions
+1
View File
@@ -190,6 +190,7 @@ bool Split::showChangeChannelPopup(const char *dialogTitle, bool empty)
if (!empty) {
dialog.setText(this->channel->name);
dialog.highlightText();
}
if (dialog.exec() == QDialog::Accepted) {