mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 07:06:00 +08:00
No longer cast ObjectId to int
Fixes CURA-148
This commit is contained in:
parent
aceff72c34
commit
d09c2d2fa5
@ -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…
x
Reference in New Issue
Block a user