diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 5f604411b5..430c674e2f 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -82,6 +82,7 @@ Rectangle { text: '' horizontalAlignment: TextInput.AlignRight onTextChanged: Printer.setJobName(text) + visible: base.activity onEditingFinished: { if (printJobTextfield.text != ''){ printJobTextfield.focus = false