From 9b41cc05af39f260a5f98a5079119be29d368161 Mon Sep 17 00:00:00 2001 From: Ghostkeeper Date: Thu, 28 Dec 2017 15:46:06 +0100 Subject: [PATCH] Further fix for MonitorButton Forgot this one here. Contributes to issue CURA-4741. --- resources/qml/MonitorButton.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/MonitorButton.qml b/resources/qml/MonitorButton.qml index 21bc360fe2..b23ba4c95a 100644 --- a/resources/qml/MonitorButton.qml +++ b/resources/qml/MonitorButton.qml @@ -204,7 +204,7 @@ Item Connections { target: CuraApplication - onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents + onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents("monitorButtons") } function updateAdditionalComponents (areaId) {