Set focus in lineEdit after adding variables to the filename pattern

This commit is contained in:
lupoDharkael
2017-07-25 00:12:47 +02:00
parent 8870fd1ed4
commit 1f8243c48a

View File

@@ -101,4 +101,5 @@ void FileNameEditor::resetName() {
void FileNameEditor::addToNameEditor(QString s) {
m_nameEditor->setText(m_nameEditor->text() + s);
m_nameEditor->setFocus();
}