Fixed grip cursor update for multiple rotated elements
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@515 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user