Fixed issue 316: order is reversed after grouping
git-svn-id: http://svg-edit.googlecode.com/svn/trunk@893 eee81c28-f429-11dd-99c0-75d572ba1ddd
This commit is contained in:
@@ -5059,7 +5059,7 @@ function BatchCommand(text) {
|
||||
}
|
||||
} catch(e) {}
|
||||
});
|
||||
return contentElems;
|
||||
return contentElems.reverse();
|
||||
}
|
||||
|
||||
this.cycleElement = function(next) {
|
||||
|
||||
Reference in New Issue
Block a user