Fixed unknown reference in qml

This commit is contained in:
Jaime van Kessel 2019-05-16 16:44:29 +02:00
parent 314a6495c4
commit f5e31060a6

View file

@ -565,7 +565,7 @@ Item
{ {
id: machineExtruderCount id: machineExtruderCount
containerStackId: delegate.activeMachineId containerStackId: Cura.MachineManager.activeMachine !== null ? Cura.MachineManager.activeMachine.id : ""
key: "machine_extruder_count" key: "machine_extruder_count"
watchedProperties: [ "value" ] watchedProperties: [ "value" ]
storeIndex: 0 storeIndex: 0