Hide jobname when no object is loaded

This commit is contained in:
fieldOfView 2015-11-25 15:06:19 +01:00
parent e7fc881440
commit 03d44e735b

View file

@ -82,6 +82,7 @@ Rectangle {
text: ''
horizontalAlignment: TextInput.AlignRight
onTextChanged: Printer.setJobName(text)
visible: base.activity
onEditingFinished: {
if (printJobTextfield.text != ''){
printJobTextfield.focus = false