# HG changeset patch # User ymh # Date 1365163025 -7200 # Node ID 4ed1664b6087a8975d92be4a3b64eed45f090f62 # Parent 9929b1447f69090671180a729be383d58e7a9e60 Call autoscale on the renkan editor when data are loaded. diff -r 9929b1447f69 -r 4ed1664b6087 server/src/main/webapp/static/js/corenkan.js --- 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) {