From: apo Date: Thu, 29 Dec 2005 15:17:56 +0000 (+0000) Subject: To restore sub-selection X-Git-Tag: TG-D5-38-2003_D2005-29-12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR-D5-38-2003_Advanced;p=modules%2Fgui.git To restore sub-selection --- diff --git a/src/SVTK/SALOME_Actor.cxx b/src/SVTK/SALOME_Actor.cxx index 5e4064ddd..15597adce 100644 --- a/src/SVTK/SALOME_Actor.cxx +++ b/src/SVTK/SALOME_Actor.cxx @@ -853,9 +853,9 @@ SALOME_Actor aMapIndex.Add( anObjId ); myPreHighlightActor->GetProperty()->SetRepresentationToPoints(); - myPreHighlightActor->SetVisibility( true ); myPreHighlightActor->MapPoints( this, aMapIndex ); } + myPreHighlightActor->SetVisibility( true ); } } break; @@ -881,9 +881,9 @@ SALOME_Actor aMapIndex.Add( anObjId ); myPreHighlightActor->GetProperty()->SetRepresentationToSurface(); - myPreHighlightActor->SetVisibility( true ); myPreHighlightActor->MapCells( this, aMapIndex ); } + myPreHighlightActor->SetVisibility( true ); } } } @@ -910,9 +910,9 @@ SALOME_Actor aMapIndex.Add( anEdgeId ); myPreHighlightActor->GetProperty()->SetRepresentationToWireframe(); - myPreHighlightActor->SetVisibility( true ); myPreHighlightActor->MapEdge( this, aMapIndex ); } + myPreHighlightActor->SetVisibility( true ); } } }