23586: [EDF] HYDRO: Copy mesh to new geometry

fix highlighting at mesh computing
This commit is contained in:
eap 2018-09-18 17:38:32 +03:00
parent 6df8817c1a
commit 807d754b0e

View File

@ -1965,7 +1965,8 @@ CORBA::Boolean SMESH_Gen_i::Compute( SMESH::SMESH_Mesh_ptr theMesh,
meshServant->CreateGroupServants(); // algos can create groups (issue 0020918) meshServant->CreateGroupServants(); // algos can create groups (issue 0020918)
myLocMesh.GetMeshDS()->Modified(); myLocMesh.GetMeshDS()->Modified();
UpdateIcons( theMesh ); UpdateIcons( theMesh );
HighLightInvalid( theMesh, /*isInvalid=*/!ok ); if ( ok )
HighLightInvalid( theMesh, /*isInvalid=*/false );
return ok; return ok;
} }
} }