mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-09 00:20: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)
|
||||
aSubObjects = aShapesOp->MakeExplode( aGeomObj, getShapeType(), false);
|
||||
else
|
||||
break;
|
||||
{
|
||||
aMapIndex.Clear();
|
||||
break;
|
||||
}
|
||||
|
||||
for (int i = 0; i < aSubObjects->length(); i++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user