Fixed grip cursor update for multiple rotated elements
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@515 eee81c28-f429-11dd-99c0-75d572ba1dddmaster
parent
f4c5035c43
commit
e82ccf8f18
|
@ -284,6 +284,7 @@ function SvgCanvas(c)
|
||||||
for (dir in this.selectorGrips) {
|
for (dir in this.selectorGrips) {
|
||||||
this.selectorGrips[dir].setAttribute("display", bShow);
|
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
|
// Updates cursors for corner grips on rotation so arrows point the right way
|
||||||
|
|
Loading…
Reference in New Issue