git-svn-id: http://svg-edit.googlecode.com/svn/trunk@1755 eee81c28-f429-11dd-99c0-75d572ba1ddd

master
Adrian Jones 2010-09-24 20:35:55 +00:00
parent 5e4c2cab50
commit fe926d32c8
1 changed files with 1 additions and 0 deletions

View File

@ -1557,6 +1557,7 @@
}
}
menu_items[(el_name === 'g' ? 'en':'dis') + 'ableContextMenuItems']('#ungroup');
menu_items[((el_name === 'g' || !multiselected) ? 'dis':'en') + 'ableContextMenuItems']('#group');
} // if (elem != null)
else if (multiselected) {
$('#multiselected_panel').show();