IPAL22619: Create Group - impossible to select already selected faces not satisfying to Selection restriction.

This commit is contained in:
jfa 2011-06-29 13:42:50 +00:00
parent 055a706162
commit 3b85c5553e

View File

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