server/src/main/webapp/static/js/corenkan.js
changeset 140 4ed1664b6087
parent 126 4479369ff9f1
child 299 c5086f714631
--- a/server/src/main/webapp/static/js/corenkan.js	Fri Apr 05 13:56:22 2013 +0200
+++ b/server/src/main/webapp/static/js/corenkan.js	Fri Apr 05 13:57:05 2013 +0200
@@ -116,6 +116,7 @@
     	console.log("State response", obj);
     	obj['_id'] = obj['id'];
     	this.project.set(obj, {validate: true});
+    	this.renkan.renderer.autoScale();
     };
     
     proto.onInternalStatusChange = function(status) {