mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
0020210: EDF SMESH 976: Update of a smesh group after modification of the associated geom group
use gen->SetPixMap()
This commit is contained in:
parent
d05cce1e6e
commit
6aadaca7d4
@ -3592,11 +3592,7 @@ SMESH::SMESH_Mesh_ptr SMESH_MeshEditor_i::makeMesh(const char* theMeshName)
|
||||
SALOMEDS::Study_var study = gen->GetCurrentStudy();
|
||||
SALOMEDS::SObject_var meshSO = gen->ObjectToSObject( study, mesh );
|
||||
gen->SetName( meshSO, theMeshName, "Mesh" );
|
||||
|
||||
SALOMEDS::StudyBuilder_var builder = study->NewBuilder();
|
||||
SALOMEDS::GenericAttribute_var anAttr
|
||||
= builder->FindOrCreateAttribute( meshSO, "AttributePixMap" );
|
||||
SALOMEDS::AttributePixMap::_narrow( anAttr )->SetPixMap( "ICON_SMESH_TREE_MESH_IMPORTED" );
|
||||
gen->SetPixMap( meshSO, "ICON_SMESH_TREE_MESH_IMPORTED");
|
||||
|
||||
return mesh._retn();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user