Per object settings now also uses visible depth

CURA-1160
This commit is contained in:
Jaime van Kessel 2016-03-15 16:15:13 +01:00
parent cff34fa441
commit 4fb9a6a699

View file

@ -237,7 +237,7 @@ Item {
delegate: ToolButton {
id: button;
x: model.depth * UM.Theme.getSize("default_margin").width;
x: model.visible_depth * UM.Theme.getSize("default_margin").width;
text: model.name;
tooltip: model.description;
visible: !model.global_only