summaryrefslogtreecommitdiff
path: root/store.js
diff options
context:
space:
mode:
authorJens Mönig <jens@moenig.org>2015-03-24 17:16:00 +0100
committerJens Mönig <jens@moenig.org>2015-03-24 17:16:00 +0100
commit457224dd620eea4f20f24ebc62391363333cd00f (patch)
treec82795ee6a1007f8db81ad524c73d38c12b79be0 /store.js
parent34187eb69e99b87158fe21a94a810085227b88cb (diff)
downloadsnap-457224dd620eea4f20f24ebc62391363333cd00f.tar.gz
snap-457224dd620eea4f20f24ebc62391363333cd00f.zip
tweak inherited variable watcher slider deserialization
Diffstat (limited to 'store.js')
-rw-r--r--store.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/store.js b/store.js
index b2bb0a3..138dc24 100644
--- a/store.js
+++ b/store.js
@@ -61,7 +61,7 @@ SyntaxElementMorph, Variable*/
// Global stuff ////////////////////////////////////////////////////////
-modules.store = '2015-March-21';
+modules.store = '2015-March-24';
// XML_Serializer ///////////////////////////////////////////////////////
@@ -540,8 +540,8 @@ SnapSerializer.prototype.rawLoadProjectModel = function (xmlNode) {
}
watcher.setStyle(model.attributes.style || 'normal');
if (watcher.style === 'slider') {
- watcher.setSliderMin(model.attributes.min || '1');
- watcher.setSliderMax(model.attributes.max || '100');
+ watcher.setSliderMin(model.attributes.min || '1', true);
+ watcher.setSliderMax(model.attributes.max || '100', true);
}
watcher.setPosition(
project.stage.topLeft().add(new Point(