mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -06:00
Merge branch 'master' into CS-234_network_plugin_code_quality
This commit is contained in:
commit
b2719af0e3
5 changed files with 54 additions and 23 deletions
|
@ -29,6 +29,17 @@ UM.TooltipArea
|
|||
UM.ActiveTool.forceUpdate();
|
||||
}
|
||||
}
|
||||
|
||||
// When the user removes settings from the list addedSettingsModel, we need to recheck if the
|
||||
// setting is visible or not to show a mark in the CheckBox.
|
||||
Connections
|
||||
{
|
||||
target: addedSettingsModel
|
||||
onVisibleCountChanged:
|
||||
{
|
||||
check.checked = addedSettingsModel.getVisible(model.key)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue