Salome HOME
IPAL22619: Create Group - impossible to select already selected faces not satisfying... V6_3_1_BR V6_3_1_WIN V6_3_BR V6_3_1 V6_3_1rc1 V6_3_1rc2 V6_3_1rc3
authorjfa <jfa@opencascade.com>
Wed, 29 Jun 2011 13:42:50 +0000 (13:42 +0000)
committerjfa <jfa@opencascade.com>
Wed, 29 Jun 2011 13:42:50 +0000 (13:42 +0000)
src/GroupGUI/GroupGUI_GroupDlg.cxx

index 8ada99289210362d9960ac300a94904ae1036565..43fd816b3810852dbe8cfe43c324f73ecd861da6 100644 (file)
@@ -932,7 +932,7 @@ void GroupGUI_GroupDlg::highlightSubShapes()
       int id = myIdList->item(ii)->text().toInt();
       if (subSelectionWay() != ALL_SUBSHAPES &&
           !myMain2InPlaceIndices.IsBound(id)) {
-        myIdList->item(ii)->setSelected(false);
+        //myIdList->item(ii)->setSelected(false);
       }
       else {
         anIds.Add(id);