mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 16:59:02 +08:00
Merge branch 'master' of github.com:Ultimaker/cura
This commit is contained in:
commit
fc01811792
@ -354,12 +354,10 @@ Cura.MachineAction
|
|||||||
onShowDialog:
|
onShowDialog:
|
||||||
{
|
{
|
||||||
printerKey = key;
|
printerKey = key;
|
||||||
|
|
||||||
addressText = address;
|
addressText = address;
|
||||||
|
manualPrinterDialog.show();
|
||||||
addressField.selectAll();
|
addressField.selectAll();
|
||||||
addressField.focus = true;
|
addressField.focus = true;
|
||||||
|
|
||||||
manualPrinterDialog.show();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
onAccepted:
|
onAccepted:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user