Browse Source

Per object settings no longer watches "state" property

CURA-1278
Jaime van Kessel 8 years ago
parent
commit
9a14a3e8b7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml

+ 1 - 1
plugins/PerObjectSettingsTool/PerObjectSettingsPanel.qml

@@ -120,7 +120,7 @@ Item {
 
                     containerStackId: UM.ActiveTool.properties.getValue("ContainerID")
                     key: model.key
-                    watchedProperties: [ "value", "enabled", "state", "validationState" ]
+                    watchedProperties: [ "value", "enabled", "validationState" ]
                     storeIndex: 0
                 }
             }