Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaime van Kessel <nallath@gmail.com>2018-09-07 16:23:09 +0300
committerJaime van Kessel <nallath@gmail.com>2018-09-07 16:23:09 +0300
commit4cde6c05ae1f5e948075956f224c902b0fa409fb (patch)
tree24c9f4a123a4fdcb43f6e45fddd5e1f9c41c7cf2 /resources/qml/SidebarHeader.qml
parent5a36bc963c315fa0caa709456e7f0cdd88a77ac8 (diff)
Switch most usages of containerStackId to containerStack for settingPropertyProvider
This mostly makes the code a bit more logic and also decreases the number of searches in the registry
Diffstat (limited to 'resources/qml/SidebarHeader.qml')
-rw-r--r--resources/qml/SidebarHeader.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/SidebarHeader.qml b/resources/qml/SidebarHeader.qml
index 6ee33dd2f2..02bcfde29a 100644
--- a/resources/qml/SidebarHeader.qml
+++ b/resources/qml/SidebarHeader.qml
@@ -607,7 +607,7 @@ Column
{
id: machineExtruderCount
- containerStackId: Cura.MachineManager.activeMachineId
+ containerStack: Cura.MachineManager.activeMachine
key: "machine_extruder_count"
watchedProperties: [ "value" ]
storeIndex: 0