|
@@ -199,12 +199,12 @@ Item
|
|
}
|
|
}
|
|
|
|
|
|
Component.onCompleted: {
|
|
Component.onCompleted: {
|
|
- updateAdditionalComponents("monitorButtons")
|
|
|
|
|
|
+ buttonsRow.updateAdditionalComponents("monitorButtons")
|
|
}
|
|
}
|
|
|
|
|
|
Connections {
|
|
Connections {
|
|
target: CuraApplication
|
|
target: CuraApplication
|
|
- onAdditionalComponentsChanged: updateAdditionalComponents
|
|
|
|
|
|
+ onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents
|
|
}
|
|
}
|
|
|
|
|
|
function updateAdditionalComponents (areaId) {
|
|
function updateAdditionalComponents (areaId) {
|