The print job name changes to empty when there is no mesh.

Only the machine abbreviation remains.

fixes #CURA-122
This commit is contained in:
Tamara Hogenhout 2015-10-14 16:36:12 +02:00
parent 4ceb48c3fd
commit 58d5487eb9

View file

@ -61,6 +61,13 @@ Rectangle {
}
}
onActivityChanged: {
if (activity == false){
base.fileBaseName = ''
base.createFileName()
}
}
Rectangle{
id: printJobRow
implicitWidth: base.width;