Now highlights the text in the channel change dialogue.

This commit is contained in:
Cranken
2018-04-07 21:21:56 +02:00
committed by fourtf
parent 5211ebaf71
commit 884349b340
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -37,5 +37,10 @@ void TextInputDialog::cancelButtonClicked()
close();
}
void TextInputDialog::highlightText()
{
this->_lineEdit.selectAll();
}
} // namespace widgets
} // namespace chatterino