prettify the resulting zoom decimal
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@2311 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
795eed4525
commit
e5a32fc003
|
@ -804,8 +804,7 @@
|
|||
return;
|
||||
}
|
||||
|
||||
// $('#zoom').val(Math.round(zoomlevel*100));
|
||||
$('#zoom').val(zoomlevel*100);
|
||||
$('#zoom').val((zoomlevel*100).toFixed(1));
|
||||
|
||||
if(autoCenter) {
|
||||
updateCanvas();
|
||||
|
|
Loading…
Reference in New Issue