mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07: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
|
width: minimumWidth
|
||||||
height: minimumHeight
|
height: minimumHeight
|
||||||
|
|
||||||
property int objectId: 0;
|
property var objectId: 0;
|
||||||
onAccepted: Printer.multiplyObject(base.objectId, parseInt(copiesField.text))
|
onAccepted: Printer.multiplyObject(base.objectId, parseInt(copiesField.text))
|
||||||
|
|
||||||
property variant catalog: UM.I18nCatalog { name: "cura" }
|
property variant catalog: UM.I18nCatalog { name: "cura" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue