Added line to remove matrix on symbols converted to groups, fixes in-group editing

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1745 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-09-22 19:48:09 +00:00
parent 4a592de0da
commit b9cd59c8ed
1 changed files with 5 additions and 0 deletions

View File

@ -8216,6 +8216,11 @@ var convertToGroup = this.convertToGroup = function(elem) {
selectOnly([g]);
// Temporary hack to get rid of matrix
// TODO: See what ungroupSelectedElement does to absorb matrix
canvas.ungroupSelectedElement();
canvas.groupSelectedElements();
addCommandToHistory(batchCmd);
} else {