mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Further fix for MonitorButton
Forgot this one here. Contributes to issue CURA-4741.
This commit is contained in:
parent
5f240229f9
commit
9b41cc05af
1 changed files with 1 additions and 1 deletions
|
|
@ -204,7 +204,7 @@ Item
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: CuraApplication
|
target: CuraApplication
|
||||||
onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents
|
onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents("monitorButtons")
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateAdditionalComponents (areaId) {
|
function updateAdditionalComponents (areaId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue