prettify the resulting zoom decimal

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2311 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Rafael Couto 2013-01-17 11:05:06 +00:00
parent 795eed4525
commit e5a32fc003
1 changed files with 1 additions and 2 deletions

View File

@ -804,8 +804,7 @@
return;
}
// $('#zoom').val(Math.round(zoomlevel*100));
$('#zoom').val(zoomlevel*100);
$('#zoom').val((zoomlevel*100).toFixed(1));
if(autoCenter) {
updateCanvas();