Minor correction.

This commit is contained in:
mzn 2006-12-04 14:44:01 +00:00
parent cbd5db0a6e
commit 4af09427cd

View File

@ -618,7 +618,10 @@ void GroupGUI_GroupDlg::updateState()
else if (aGeomObj->GetType() == GEOM_GROUP) else if (aGeomObj->GetType() == GEOM_GROUP)
aSubObjects = aShapesOp->MakeExplode( aGeomObj, getShapeType(), false); aSubObjects = aShapesOp->MakeExplode( aGeomObj, getShapeType(), false);
else else
break; {
aMapIndex.Clear();
break;
}
for (int i = 0; i < aSubObjects->length(); i++) for (int i = 0; i < aSubObjects->length(); i++)
{ {