From: eap Date: Mon, 27 Jun 2011 07:57:51 +0000 (+0000) Subject: 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups X-Git-Tag: V6_4_0a1~176 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=c5438eec06bf117597c3a2e4e14731e314033171;p=modules%2Fsmesh.git 0021014: EDF 1583 SMESH: Improvement of the Python Dump for the creation of groups fix bug of editing a not standalone group --- 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())) {