mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-29 02:40:35 +05:00
Fix of remark of issue 0019818: EDF 703 SMESH VISU : Display Mesh Groups names in viewer (as a caption)
This commit is contained in:
parent
4376354187
commit
eb732dc62e
@ -560,11 +560,11 @@ void SMESHGUI_GroupDlg::init (SMESH::SMESH_GroupBase_ptr theGroup,
|
|||||||
myGrpTypeGroup->button(grpType)->setChecked(true);
|
myGrpTypeGroup->button(grpType)->setChecked(true);
|
||||||
onGrpTypeChanged(grpType);
|
onGrpTypeChanged(grpType);
|
||||||
|
|
||||||
|
myTypeId = aType;
|
||||||
if ( grpType == 0 ) {
|
if ( grpType == 0 ) {
|
||||||
myCurrentLineEdit = 0;
|
myCurrentLineEdit = 0;
|
||||||
myElements->clear();
|
myElements->clear();
|
||||||
setSelectionMode(aType);
|
setSelectionMode(aType);
|
||||||
myTypeId = aType;
|
|
||||||
|
|
||||||
setShowEntityMode(); // depends on myTypeId
|
setShowEntityMode(); // depends on myTypeId
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user