Fix Issue 161: Add feeds to editor

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@697 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
Jeff Schiller
2009-09-23 16:18:04 +00:00
parent c8b1cfd3a2
commit 9e70447b5d
2 changed files with 5 additions and 1 deletions

View File

@@ -3528,7 +3528,7 @@ function BatchCommand(text) {
};
// TODO: when transferring group's rotational transform to the children, must deal
// with children who are already rotated within the group
// with children who are already rotated within the group (Issue 204)
this.ungroupSelectedElement = function() {
var g = selectedElements[0];
if (g.tagName == "g") {