mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-26 09:20:34 +05:00
Merge branch 'master' into gni/evolution
This commit is contained in:
commit
cc07eb11e5
@ -1643,7 +1643,8 @@ void SMESH_ActorDef::SetEntityMode(unsigned int theMode)
|
||||
theMode |= eVolumes;
|
||||
}
|
||||
|
||||
myBaseActor->myGeomFilter->SetInside(myEntityMode != anObjectEntities);
|
||||
// rnv : Fix volume selection on Display Entity
|
||||
//myBaseActor->myGeomFilter->SetInside(myEntityMode != anObjectEntities);
|
||||
|
||||
if ( anObjectEntities == 0 && myRepresentation != ePoint ) // no elements, show nodes
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user