From f8a80a4a0b1416866d364f83dca24f471a62a864 Mon Sep 17 00:00:00 2001 From: apo Date: Fri, 16 Dec 2005 08:02:12 +0000 Subject: [PATCH] Fix for Bug GVIEW10814 size of the cursor is not modified when changing the magnification (minor changes) --- src/OBJECT/VISU_GaussPtsDeviceActor.cxx | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/OBJECT/VISU_GaussPtsDeviceActor.cxx b/src/OBJECT/VISU_GaussPtsDeviceActor.cxx index 8b780b10..6a08df3c 100644 --- a/src/OBJECT/VISU_GaussPtsDeviceActor.cxx +++ b/src/OBJECT/VISU_GaussPtsDeviceActor.cxx @@ -263,15 +263,10 @@ VISU_CursorPyramid aWorldClamp = sqrt(aWorldClamp); float aMDiameter = 2.0 * aMRadius; float aCoeff = aWorldClamp / aMDiameter; - float aMagnification = aWorldClamp / 2.0 / myRadius; - /* - cout<<"aMDiameter = "<