Further fix for MonitorButton

Forgot this one here.

Contributes to issue CURA-4741.
This commit is contained in:
Ghostkeeper 2017-12-28 15:46:06 +01:00
parent 5f240229f9
commit 9b41cc05af
No known key found for this signature in database
GPG key ID: 5252B696FB5E7C7A

View file

@ -204,7 +204,7 @@ Item
Connections {
target: CuraApplication
onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents
onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents("monitorButtons")
}
function updateAdditionalComponents (areaId) {