Salome HOME
Restore change of mesh icon depending on its status
[modules/smesh.git] / src / SMESH_I / SMESH_Gen_i.cxx
index d1d80774140a60474b92ab33940ac33bc5f7c498..3a575aa0a20e5997b409d47dbbb376c5297631e1 100644 (file)
@@ -1947,6 +1947,7 @@ CORBA::Boolean SMESH_Gen_i::Compute( SMESH::SMESH_Mesh_ptr theMesh,
       bool ok = myGen.Compute( myLocMesh, myLocShape, how );
       meshServant->CreateGroupServants(); // algos can create groups (issue 0020918)
       myLocMesh.GetMeshDS()->Modified();
+      UpdateIcons( theMesh );
       return ok;
     }
   }