mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
No longer cast ObjectId to int
Fixes CURA-148
This commit is contained in:
parent
aceff72c34
commit
d09c2d2fa5
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ UM.Dialog
|
|||
width: minimumWidth
|
||||
height: minimumHeight
|
||||
|
||||
property int objectId: 0;
|
||||
property var objectId: 0;
|
||||
onAccepted: Printer.multiplyObject(base.objectId, parseInt(copiesField.text))
|
||||
|
||||
property variant catalog: UM.I18nCatalog { name: "cura" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue