Setting a instance to the same state no longer causes display to break

CURA-1985
This commit is contained in:
Jaime van Kessel 2016-07-28 09:27:20 +02:00
parent b29ff7feeb
commit 1147e915c1

View file

@ -246,6 +246,7 @@ Item {
key: model.key key: model.key
watchedProperties: [ "value", "enabled", "validationState" ] watchedProperties: [ "value", "enabled", "validationState" ]
storeIndex: 0 storeIndex: 0
removeUnusedValue: false
} }
} }
} }