Woops, last commit fixed was for Issue 169

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@641 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-09-14 01:25:28 +00:00
parent 33cd428ef2
commit ea7133d271
1 changed files with 2 additions and 0 deletions

View File

@ -617,6 +617,8 @@ function svg_edit_setup() {
if (docprops) return;
docprops = true;
// update resolution option with actual resolution
// TODO: what if SVG source is changed?
var res = svgCanvas.getResolution();
$("#resolution").val(res.w+'x'+res.h).attr("selected", "selected");