From d7dcb958c09bc898f0ecb28b010dff8fd68a5e66 Mon Sep 17 00:00:00 2001 From: ouv Date: Fri, 12 Sep 2008 12:50:57 +0000 Subject: [PATCH] Fixed bug VISU200820353 - Moving of Gauss points on selection --- src/OBJECT/VISU_Actor.cxx | 9 --------- 1 file changed, 9 deletions(-) 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: -- 2.39.2