Merge pull request #3485 from Ultimaker/CURA-5059_reset_icon_visibility

Cura 5059 reset icon visibility
This commit is contained in:
Lipu Fei 2018-03-13 16:11:58 +01:00 committed by GitHub
commit e91b955f1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 250 additions and 62 deletions

View file

@ -374,8 +374,6 @@ Item
key: model.key ? model.key : ""
watchedProperties: [ "value", "enabled", "state", "validationState", "settable_per_extruder", "resolve" ]
storeIndex: 0
// Due to the way setPropertyValue works, removeUnusedValue gives the correct output in case of resolve
removeUnusedValue: model.resolve == undefined
}
Connections