Hiding a setting forces settingInheritance manager to re-evaluate

CURA-2361
This commit is contained in:
Jaime van Kessel 2016-09-16 15:32:16 +02:00
parent 6d2520ffbb
commit 482ea83284
2 changed files with 5 additions and 0 deletions

View file

@ -33,6 +33,7 @@ ScrollView
exclude: ["machine_settings"]
expanded: Printer.expandedCategories
onExpandedChanged: Printer.setExpandedCategories(expanded)
onVisibilityChanged: Cura.SettingInheritanceManager.forceUpdate()
}
delegate: Loader