From fd81210cdafee9f9efa8379c394d617a0637aa4c Mon Sep 17 00:00:00 2001 From: imn Date: Fri, 17 Apr 2015 15:10:40 +0300 Subject: [PATCH] INT PAL 0052683: Parameter "Color group" in the "Create Group" dialog box is empty (edited) --- src/SMESHGUI/SMESHGUI_GroupDlg.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index 4b33a586b..c0dcd49d3 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -1330,7 +1330,8 @@ void SMESHGUI_GroupDlg::onObjectSelectionChanged() SetAppropriateActor(); setDefaultGroupColor(); - setDefaultName(); + if (myName->text().isEmpty()) + setDefaultName(); aString = aList.First()->getName(); myMeshGroupLine->setText(aString); -- 2.30.2