mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-08 14:34:01 -06: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 {
|
||||
target: CuraApplication
|
||||
onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents
|
||||
onAdditionalComponentsChanged: buttonsRow.updateAdditionalComponents("monitorButtons")
|
||||
}
|
||||
|
||||
function updateAdditionalComponents (areaId) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue