Fixed grip cursor update for multiple rotated elements

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@515 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2009-08-31 20:05:52 +00:00
parent f4c5035c43
commit e82ccf8f18
1 changed files with 1 additions and 0 deletions

View File

@ -284,6 +284,7 @@ function SvgCanvas(c)
for (dir in this.selectorGrips) {
this.selectorGrips[dir].setAttribute("display", bShow);
}
if(elem) this.updateGripCursors(canvas.getRotationAngle(elem));
};
// Updates cursors for corner grips on rotation so arrows point the right way