Fixed bug in last revision

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1753 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Alexis Deveria 2010-09-24 17:50:44 +00:00
parent e2401669ad
commit edda8b149d
1 changed files with 1 additions and 4 deletions

View File

@ -1554,12 +1554,9 @@
} else { } else {
label.removeAttribute(d); label.removeAttribute(d);
} }
if(el_name === 'g') {
menu_items.enableContextMenuItems('#ungroup');
}
} }
} }
menu_items[(el_name === 'g' ? 'en':'dis') + 'ableContextMenuItems']('#ungroup');
} // if (elem != null) } // if (elem != null)
else if (multiselected) { else if (multiselected) {
$('#multiselected_panel').show(); $('#multiselected_panel').show();