From: ouv Date: Fri, 12 Sep 2008 12:50:57 +0000 (+0000) Subject: Fixed bug VISU200820353 - Moving of Gauss points on selection X-Git-Tag: TG_VISU_2008_2008-09-12~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d7dcb958c09bc898f0ecb28b010dff8fd68a5e66;p=modules%2Fvisu.git Fixed bug VISU200820353 - Moving of Gauss points on selection --- diff --git a/src/OBJECT/VISU_Actor.cxx b/src/OBJECT/VISU_Actor.cxx index 21051484..0367bcf5 100644 --- a/src/OBJECT/VISU_Actor.cxx +++ b/src/OBJECT/VISU_Actor.cxx @@ -913,16 +913,7 @@ VISU_Actor { case ActorSelection: { - vtkFloatingPointType aCoord[6]; - GetBounds(aCoord); - - aFlyTo = true; - aFlyToCoord[0] = ( aCoord[0] + aCoord[1] ) / 2; - aFlyToCoord[1] = ( aCoord[2] + aCoord[3] ) / 2; - aFlyToCoord[2] = ( aCoord[4] + aCoord[5] ) / 2; - ResetTextActor(); - break; } case CellSelection: