From: apo Date: Fri, 16 Dec 2005 08:02:12 +0000 (+0000) Subject: Fix for Bug GVIEW10814 X-Git-Tag: TG-D5-38-2003_D2005-20-12~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f8a80a4a0b1416866d364f83dca24f471a62a864;p=modules%2Fvisu.git Fix for Bug GVIEW10814 size of the cursor is not modified when changing the magnification (minor changes) --- 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 = "<