Searched refs:parent_group (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dselection-chemistry.cpp806 SPItem *parent_group = static_cast<SPItem*>(obj->parent); local
807 if (!SP_IS_GROUP(parent_group) || SP_IS_LAYER(parent_group)) {
811 if (parent_group->firstChild()->getNext() == NULL) {
813 sp_item_group_ungroup(static_cast<SPGroup*>(parent_group), children, false);
819 parent_group->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG);

Completed in 178 milliseconds