Fixed Issue 342: Keyboard rotation broken

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@983 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-11-30 21:14:03 +00:00
parent 32c6096791
commit 37392020ce
1 changed files with 1 additions and 0 deletions

View File

@ -925,6 +925,7 @@ function svg_edit_setup() {
if(!cw) step *= -1;
var new_angle = $('#angle').val()*1 + step;
svgCanvas.setRotationAngle(new_angle);
updateContextPanel();
}
var clickClear = function(){