From 3b85c5553e7eac15d91499fba0014e83cae031b9 Mon Sep 17 00:00:00 2001 From: jfa Date: Wed, 29 Jun 2011 13:42:50 +0000 Subject: [PATCH] IPAL22619: Create Group - impossible to select already selected faces not satisfying to Selection restriction. --- src/GroupGUI/GroupGUI_GroupDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.2