No longer cast ObjectId to int

Fixes CURA-148
This commit is contained in:
Jaime van Kessel 2016-11-21 13:42:08 +01:00
parent aceff72c34
commit d09c2d2fa5

View file

@ -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" }