Pressing inheritance button for category now makes all inherited children visible

CURA-2361
This commit is contained in:
Jaime van Kessel 2016-09-16 13:10:14 +02:00
parent 7793cb16d1
commit 132ed1d258
4 changed files with 23 additions and 5 deletions

View file

@ -34,7 +34,7 @@ Item {
signal contextMenuRequested()
signal showTooltip(string text);
signal hideTooltip();
signal showAllHiddenInheritedSettings(string category_id)
property string tooltipText:
{
var affects = settingDefinitionsModel.getRequiredBy(definition.key, "value")