mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 06:33:55 -06:00
Hiding a setting forces settingInheritance manager to re-evaluate
CURA-2361
This commit is contained in:
parent
6d2520ffbb
commit
482ea83284
2 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,7 @@ ScrollView
|
|||
exclude: ["machine_settings"]
|
||||
expanded: Printer.expandedCategories
|
||||
onExpandedChanged: Printer.setExpandedCategories(expanded)
|
||||
onVisibilityChanged: Cura.SettingInheritanceManager.forceUpdate()
|
||||
}
|
||||
|
||||
delegate: Loader
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue