From 40e46ccb9b97052cf851a3a2b1ad34fc186cf619 Mon Sep 17 00:00:00 2001 From: ouv Date: Thu, 28 Feb 2013 10:45:35 +0000 Subject: [PATCH] Porting to VTK 6. Debug. --- src/SVTK/SALOME_Actor.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SVTK/SALOME_Actor.cxx b/src/SVTK/SALOME_Actor.cxx index 988653a08..e6a89d098 100644 --- a/src/SVTK/SALOME_Actor.cxx +++ b/src/SVTK/SALOME_Actor.cxx @@ -475,6 +475,7 @@ SALOME_Actor vtkDataSet * aDataSet = GetHighlightedDataSet(); aDataSet->GetBounds(aBounds); myOutline->SetBounds(aBounds); + myOutline->Update(); myOutlineActor->SetVisibility( GetVisibility() && theIsHighlight ); Superclass::highlight(theIsHighlight); -- 2.39.2