From: ouv Date: Thu, 28 Feb 2013 10:45:35 +0000 (+0000) Subject: Porting to VTK 6. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2FBR_PORTING_VTK6;p=modules%2Fgui.git Porting to VTK 6. Debug. --- 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);