From 4ee02ad97e6a9b077987c6592ecd23b7d9bde1e8 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 15 Apr 2011 08:48:34 +0000 Subject: [PATCH] Additional fix for the issue "20937: EDF 1399 GEOM: extend the properties of GEOM object": deflection coeff dump two times in the python script. --- src/GEOMGUI/GeometryGUI.cxx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/GEOMGUI/GeometryGUI.cxx b/src/GEOMGUI/GeometryGUI.cxx index 5d15de5e2..4d86bb486 100644 --- a/src/GEOMGUI/GeometryGUI.cxx +++ b/src/GEOMGUI/GeometryGUI.cxx @@ -1779,9 +1779,6 @@ void GeometryGUI::storeVisualParameters (int savePoint) param = occParam + DEFLECTION_COEFF_PROP; ip->setParameter(entry, param, QString::number(aProps.value(DEFLECTION_COEFF_PROP).toDouble()).toLatin1().data()); - param = occParam + DEFLECTION_COEFF_PROP; - ip->setParameter(entry, param, QString::number(aProps.value(DEFLECTION_COEFF_PROP).toDouble()).toLatin1().data()); - //Marker type of the vertex - ONLY for the "Vertex" and "Compound of the Vertex" if(aProps.contains(MARKER_TYPE_PROP)) { param = occParam + MARKER_TYPE_PROP; -- 2.39.2