From 4af09427cd0883b2460d49f78ab4a1987a008c5b Mon Sep 17 00:00:00 2001 From: mzn Date: Mon, 4 Dec 2006 14:44:01 +0000 Subject: [PATCH] Minor correction. --- src/GroupGUI/GroupGUI_GroupDlg.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/GroupGUI/GroupGUI_GroupDlg.cxx b/src/GroupGUI/GroupGUI_GroupDlg.cxx index 1b87b88b8..238f9799e 100644 --- a/src/GroupGUI/GroupGUI_GroupDlg.cxx +++ b/src/GroupGUI/GroupGUI_GroupDlg.cxx @@ -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++) { -- 2.39.2