]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Porting to VTK 6. BR_PORTING_VTK6
authorouv <ouv@opencascade.com>
Thu, 28 Feb 2013 10:45:35 +0000 (10:45 +0000)
committerouv <ouv@opencascade.com>
Thu, 28 Feb 2013 10:45:35 +0000 (10:45 +0000)
Debug.

src/SVTK/SALOME_Actor.cxx

index 988653a0824f2daf5c599ad019633721e03e037b..e6a89d09805909952664c684c9cad80e09c5cfcc 100644 (file)
@@ -475,6 +475,7 @@ SALOME_Actor
   vtkDataSet * aDataSet = GetHighlightedDataSet();
   aDataSet->GetBounds(aBounds);
   myOutline->SetBounds(aBounds);
+  myOutline->Update();
   myOutlineActor->SetVisibility( GetVisibility() && theIsHighlight );
 
   Superclass::highlight(theIsHighlight);