mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 23:05:01 -06:00
Only set user-specified job name when the editting is finished
CURA-5280
This commit is contained in:
parent
8a35d52ddd
commit
3b0b6d300b
1 changed files with 1 additions and 3 deletions
|
@ -80,10 +80,8 @@ Item {
|
|||
property int unremovableSpacing: 5
|
||||
text: PrintInformation.jobName
|
||||
horizontalAlignment: TextInput.AlignRight
|
||||
onTextChanged: {
|
||||
PrintInformation.setJobName(text, true);
|
||||
}
|
||||
onEditingFinished: {
|
||||
PrintInformation.setJobName(text, true);
|
||||
if (printJobTextfield.text != ''){
|
||||
printJobTextfield.focus = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue