Fix expand/collapse icon when using the inherit icon to expand a category

CURA-2361
This commit is contained in:
fieldOfView 2016-09-22 10:36:38 +02:00
parent 038c736756
commit 9499acf0d5

View file

@ -80,6 +80,7 @@ Button {
onClicked:
{
settingDefinitionsModel.expandAll(definition.key);
base.checked = true;
base.showAllHiddenInheritedSettings(definition.key);
}