From c5438eec06bf117597c3a2e4e14731e314033171 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 27 Jun 2011 07:57:51 +0000 Subject: [PATCH] 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups fix bug of editing a not standalone group --- src/SMESHGUI/SMESHGUI_GroupDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index eac52ffe4..45cc20e6b 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -1113,7 +1113,7 @@ bool SMESHGUI_GroupDlg::onApply() } else { - myGroup->SetName(myName->text().toLatin1().data()); + resultGroup->SetName(myName->text().toLatin1().data()); if ( aMeshGroupSO ) if(SMESH_Actor *anActor = SMESH::FindActorByEntry(aMeshGroupSO->GetID().c_str())) {