diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 579f9bcc05..f9ce286706 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -80,10 +80,8 @@ Item { property int unremovableSpacing: 5 text: PrintInformation.jobName horizontalAlignment: TextInput.AlignRight - onTextChanged: { - PrintInformation.setJobName(text, true); - } onEditingFinished: { + PrintInformation.setJobName(text, true); if (printJobTextfield.text != ''){ printJobTextfield.focus = false; }