mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 17:30:35 +05:00
23586: [EDF] HYDRO: Copy mesh to new geometry
fix highlighting at mesh computing
This commit is contained in:
parent
6df8817c1a
commit
807d754b0e
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user