]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Fix for bug IPAL10430 (TC: GEOM: Create group ? Ids of selected entities don?t disapp...
authormzn <mzn@opencascade.com>
Mon, 27 Mar 2006 08:02:01 +0000 (08:02 +0000)
committermzn <mzn@opencascade.com>
Mon, 27 Mar 2006 08:02:01 +0000 (08:02 +0000)
src/GroupGUI/GroupGUI_GroupDlg.cxx

index dd0597ab7fc56fda2de5d90495558372f4641a65..0c484286192af3b54b06a3ea7472abdcf3c0f2df 100644 (file)
@@ -218,7 +218,10 @@ bool GroupGUI_GroupDlg::ClickOnApply()
     return false;
 
   if ( myMode == CreateGroup )
-    initName();
+    {
+      initName();
+      myIdList->clear();
+    }
   return true;
 }