mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-04 16:15:11 +08:00
Focus on IP address field when adding networked printer
This commit is contained in:
parent
36dbc70813
commit
e7f70d68c7
@ -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