mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-09 02:40:48 +05:00
Minor correction.
This commit is contained in:
parent
cbd5db0a6e
commit
4af09427cd
@ -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++)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user