From: imn Date: Fri, 17 Apr 2015 07:51:37 +0000 (+0300) Subject: INT PAL 0052683: Parameter "Color group" in the "Create Group" dialog box is empty X-Git-Tag: V7_6_0rc1~37 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=38a77c4a9810f4715212368ac53315689ba9150f INT PAL 0052683: Parameter "Color group" in the "Create Group" dialog box is empty --- diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index 2a1c5c49b..4b33a586b 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -1329,6 +1329,9 @@ void SMESHGUI_GroupDlg::onObjectSelectionChanged() // any visible actor of group or submesh of myMesh SetAppropriateActor(); + setDefaultGroupColor(); + setDefaultName(); + aString = aList.First()->getName(); myMeshGroupLine->setText(aString); myMeshGroupLine->home( false );