mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
0020317: EDF SMESH 1004: "Edit group" changes the name of the group
This commit is contained in:
parent
25f640b0b6
commit
4efe224f00
@ -592,7 +592,7 @@ void SMESHGUI_GroupDlg::init (SMESH::SMESH_GroupBase_ptr theGroup,
|
|||||||
myGeomGroupLine->setText( aShapeName );
|
myGeomGroupLine->setText( aShapeName );
|
||||||
myNameChanged = true;
|
myNameChanged = true;
|
||||||
myName->blockSignals(true);
|
myName->blockSignals(true);
|
||||||
myName->setText( "Group On " + aShapeName);
|
myName->setText(theGroup->GetName());
|
||||||
myName->blockSignals(false);
|
myName->blockSignals(false);
|
||||||
}
|
}
|
||||||
updateButtons();
|
updateButtons();
|
||||||
|
Loading…
Reference in New Issue
Block a user