mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
Pressing inheritance button for category now makes all inherited children visible
CURA-2361
This commit is contained in:
parent
7793cb16d1
commit
132ed1d258
4 changed files with 23 additions and 5 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue