mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-26 23:17:34 -07:00
Enforce focus on save button to ensure edits to jobname happen before saving
Fixes #4007
This commit is contained in:
parent
a9c6fb3bcb
commit
60d5449340
1 changed files with 2 additions and 1 deletions
|
|
@ -256,7 +256,8 @@ Item {
|
|||
text: UM.OutputDeviceManager.activeDeviceShortDescription
|
||||
onClicked:
|
||||
{
|
||||
UM.OutputDeviceManager.requestWriteToDevice(UM.OutputDeviceManager.activeDevice, PrintInformation.jobName, { "filter_by_machine": true, "preferred_mimetype":Printer.preferredOutputMimetype })
|
||||
forceActiveFocus();
|
||||
UM.OutputDeviceManager.requestWriteToDevice(UM.OutputDeviceManager.activeDevice, PrintInformation.jobName, { "filter_by_machine": true, "preferred_mimetype":Printer.preferredOutputMimetype });
|
||||
}
|
||||
|
||||
style: ButtonStyle {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue