From: rnv Date: Fri, 15 Apr 2011 08:48:34 +0000 (+0000) Subject: Additional fix for the issue "20937: EDF 1399 GEOM: extend the properties of GEOM... X-Git-Tag: V6_3_0a1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4ee02ad97e6a9b077987c6592ecd23b7d9bde1e8;p=modules%2Fgeom.git Additional fix for the issue "20937: EDF 1399 GEOM: extend the properties of GEOM object": deflection coeff dump two times in the python script. --- 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;