Fix Enter key trigger for UM3 Add Printer dialog

This commit is contained in:
Lipu Fei 2017-05-04 15:26:57 +02:00
parent 0171d9637c
commit 314fa8b1c8

View file

@ -343,7 +343,7 @@ Cura.MachineAction
regExp: /[a-zA-Z0-9\.\-\_]*/
}
onAccepted: btnOk.click()
onAccepted: btnOk.clicked()
}
}