mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-26 16:30:34 +05:00
IPAL22619: Create Group - impossible to select already selected faces not satisfying to Selection restriction.
This commit is contained in:
parent
055a706162
commit
3b85c5553e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user