mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
INT PAL 0052683: Parameter "Color group" in the "Create Group" dialog box is empty (edited)
This commit is contained in:
parent
2b109b99be
commit
fd81210cda
@ -1330,7 +1330,8 @@ void SMESHGUI_GroupDlg::onObjectSelectionChanged()
|
|||||||
SetAppropriateActor();
|
SetAppropriateActor();
|
||||||
|
|
||||||
setDefaultGroupColor();
|
setDefaultGroupColor();
|
||||||
setDefaultName();
|
if (myName->text().isEmpty())
|
||||||
|
setDefaultName();
|
||||||
|
|
||||||
aString = aList.First()->getName();
|
aString = aList.First()->getName();
|
||||||
myMeshGroupLine->setText(aString);
|
myMeshGroupLine->setText(aString);
|
||||||
|
Loading…
Reference in New Issue
Block a user