From: jfa Date: Wed, 29 Jun 2011 13:42:50 +0000 (+0000) Subject: IPAL22619: Create Group - impossible to select already selected faces not satisfying... X-Git-Tag: V6_3_1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3b85c5553e7eac15d91499fba0014e83cae031b9;p=modules%2Fgeom.git IPAL22619: Create Group - impossible to select already selected faces not satisfying to Selection restriction. --- diff --git a/src/GroupGUI/GroupGUI_GroupDlg.cxx b/src/GroupGUI/GroupGUI_GroupDlg.cxx index 8ada99289..43fd816b3 100644 --- a/src/GroupGUI/GroupGUI_GroupDlg.cxx +++ b/src/GroupGUI/GroupGUI_GroupDlg.cxx @@ -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);