mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 01:37:51 -06:00
Focus on IP address field when adding networked printer
This commit is contained in:
parent
36dbc70813
commit
e7f70d68c7
1 changed files with 1 additions and 3 deletions
|
@ -354,12 +354,10 @@ Cura.MachineAction
|
|||
onShowDialog:
|
||||
{
|
||||
printerKey = key;
|
||||
|
||||
addressText = address;
|
||||
manualPrinterDialog.show();
|
||||
addressField.selectAll();
|
||||
addressField.focus = true;
|
||||
|
||||
manualPrinterDialog.show();
|
||||
}
|
||||
|
||||
onAccepted:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue