mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-28 18:30:35 +05:00
Fix of IPAL19661 (Qt4 porting. Merge Nodes (Elements).Edit selected group.Selection of elements differs).
This commit is contained in:
parent
9a383815d8
commit
d05cb1cde6
@ -684,8 +684,9 @@ void SMESHGUI_EditMeshDlg::onEditGroup()
|
|||||||
for (int i = 0; i < ListEdit->count(); i++ )
|
for (int i = 0; i < ListEdit->count(); i++ )
|
||||||
aNewIds.append(ListEdit->item(i)->text());
|
aNewIds.append(ListEdit->item(i)->text());
|
||||||
|
|
||||||
ListCoincident->currentItem()->setText(aNewIds.join(" "));
|
ListCoincident->clearSelection();
|
||||||
ListCoincident->currentItem()->setSelected(true);
|
selItems.first()->setText(aNewIds.join(" "));
|
||||||
|
selItems.first()->setSelected(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
Loading…
Reference in New Issue
Block a user