mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Makes that only the name of the first model is displayed in the Printjob Name textfield.
fixes #224
This commit is contained in:
parent
152406cd44
commit
9258501a3a
1 changed files with 4 additions and 2 deletions
|
|
@ -54,10 +54,12 @@ Rectangle {
|
||||||
Connections {
|
Connections {
|
||||||
target: openDialog
|
target: openDialog
|
||||||
onHasMesh: {
|
onHasMesh: {
|
||||||
|
if(base.fileBaseName == ''){
|
||||||
base.fileBaseName = name
|
base.fileBaseName = name
|
||||||
base.createFileName()
|
base.createFileName()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Rectangle{
|
Rectangle{
|
||||||
id: printJobRow
|
id: printJobRow
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue