Makes that only the name of the first model is displayed in the Printjob Name textfield.

fixes #224
This commit is contained in:
Tamara Hogenhout 2015-10-07 14:56:28 +02:00
parent 152406cd44
commit 9258501a3a

View File

@ -54,10 +54,12 @@ Rectangle {
Connections {
target: openDialog
onHasMesh: {
if(base.fileBaseName == ''){
base.fileBaseName = name
base.createFileName()
}
}
}
Rectangle{
id: printJobRow