Minor fix from last revision

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1775 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-10-04 17:12:29 +00:00
parent 40dd45125c
commit f257722d9f
1 changed files with 2 additions and 2 deletions

View File

@ -8294,8 +8294,8 @@ var convertToGroup = this.convertToGroup = function(elem) {
// Temporary hack to get rid of matrix
// TODO: See what ungroupSelectedElement does to absorb matrix
// canvas.ungroupSelectedElement();
// canvas.groupSelectedElements();
canvas.ungroupSelectedElement();
canvas.groupSelectedElements();
//
addCommandToHistory(batchCmd);