From aafb9812454a88db70a8765f81224c9461b2aff0 Mon Sep 17 00:00:00 2001 From: Jaime van Kessel Date: Thu, 17 Mar 2016 10:18:46 +0100 Subject: [PATCH] Setting empty jobname is now possible again I hope this fixes CURA-707, but it can only be tested through means of a build. --- resources/qml/JobSpecs.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/qml/JobSpecs.qml b/resources/qml/JobSpecs.qml index 7f8dc119ea..f27b046355 100644 --- a/resources/qml/JobSpecs.qml +++ b/resources/qml/JobSpecs.qml @@ -130,10 +130,7 @@ Rectangle { text: '' horizontalAlignment: TextInput.AlignRight onTextChanged: { - if(text != ''){ - //Prevent that jobname is set to an empty string - Printer.setJobName(text) - } + Printer.setJobName(text) } onEditingFinished: { if (printJobTextfield.text != ''){