Browse Source

Per object settings now also uses visible depth

CURA-1160
Jaime van Kessel 9 years ago
parent
commit
4fb9a6a699
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml

+ 1 - 1
plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml

@@ -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