0020317: EDF SMESH 1004: "Edit group" changes the name of the group

This commit is contained in:
dmv 2009-04-17 07:44:03 +00:00
parent 25f640b0b6
commit 4efe224f00

View File

@ -592,7 +592,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);
}
updateButtons();