Remove incorrect refferents to btnOk

This commit is contained in:
Jaime van Kessel 2022-02-17 15:10:18 +01:00
parent 266214d651
commit 58e6cde6e8

View file

@ -329,7 +329,6 @@ Cura.MachineAction
id: addressField
width: parent.width
validator: RegExpValidator { regExp: /[a-zA-Z0-9\.\-\_]*/ }
onAccepted: btnOk.clicked()
}
}