mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-03-04 11:45:37 +05:00
0020317: EDF SMESH 1004: "Edit group" changes the name of the group
This commit is contained in:
parent
216f6f1ad8
commit
216883b953
@ -609,7 +609,7 @@ void SMESHGUI_GroupDlg::init (SMESH::SMESH_GroupBase_ptr theGroup)
|
||||
myGeomGroupLine->setText( aShapeName );
|
||||
myNameChanged = true;
|
||||
myName->blockSignals(true);
|
||||
myName->setText("Group On " + aShapeName);
|
||||
myName->setText(theGroup->GetName());
|
||||
myName->blockSignals(false);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user