]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Additional fix for the issue "20937: EDF 1399 GEOM: extend the properties of GEOM...
authorrnv <rnv@opencascade.com>
Fri, 15 Apr 2011 08:48:34 +0000 (08:48 +0000)
committerrnv <rnv@opencascade.com>
Fri, 15 Apr 2011 08:48:34 +0000 (08:48 +0000)
src/GEOMGUI/GeometryGUI.cxx

index 5d15de5e29e0dae8bcd0f172c1663bd6f2f07d23..4d86bb4865aaaa25a64a3d5363d71d006cc808b0 100644 (file)
@@ -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;