mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-27 21:40:33 +05:00
INT PAL 0052683: Parameter "Color group" in the "Create Group" dialog box is empty
This commit is contained in:
parent
8a16cec663
commit
38a77c4a98
@ -1329,6 +1329,9 @@ void SMESHGUI_GroupDlg::onObjectSelectionChanged()
|
|||||||
// any visible actor of group or submesh of myMesh
|
// any visible actor of group or submesh of myMesh
|
||||||
SetAppropriateActor();
|
SetAppropriateActor();
|
||||||
|
|
||||||
|
setDefaultGroupColor();
|
||||||
|
setDefaultName();
|
||||||
|
|
||||||
aString = aList.First()->getName();
|
aString = aList.First()->getName();
|
||||||
myMeshGroupLine->setText(aString);
|
myMeshGroupLine->setText(aString);
|
||||||
myMeshGroupLine->home( false );
|
myMeshGroupLine->home( false );
|
||||||
|
Loading…
Reference in New Issue
Block a user