Add a "linked" icon to settings that have "global_inherits_stack" set

This commit is contained in:
fieldOfView 2016-09-08 13:58:13 +02:00
parent 8b2e652011
commit be6bfdd4af

View file

@ -138,7 +138,7 @@ Item {
{ {
id: linkedSettingIcon; id: linkedSettingIcon;
visible: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId && !definition.settable_per_extruder && base.showLinkedSettingIcon visible: Cura.MachineManager.activeStackId != Cura.MachineManager.activeMachineId && (!definition.settable_per_extruder || definition.global_inherits_stack != "-1") && base.showLinkedSettingIcon
height: parent.height; height: parent.height;
width: height; width: height;