]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
IPAL22903: TC650: Store/Restore last GUI state does not work for Isos
authorouv <ouv@opencascade.com>
Thu, 19 Apr 2012 11:13:10 +0000 (11:13 +0000)
committerouv <ouv@opencascade.com>
Thu, 19 Apr 2012 11:13:10 +0000 (11:13 +0000)
src/GEOMToolsGUI/GEOMToolsGUI_1.cxx

index 3c061b29ebf8b29a884f709e49786a820a890276..3442b4654b816612ec67fc5def9c317323aa1c1e 100644 (file)
@@ -615,7 +615,7 @@ void GEOMToolsGUI::OnNbIsos( ActionType actionType )
         ic->Redisplay(CurObject);
 
         QString anIsos("%1%2%3");anIsos = anIsos.arg(newNbUIso);anIsos = anIsos.arg(DIGIT_SEPARATOR);anIsos = anIsos.arg(newNbVIso);
-        aStudy->setObjectProperty(aMgrId ,CurObject->getIO()->getEntry(), ISOS_WIDTH_PROP, anIsos);
+        aStudy->setObjectProperty(aMgrId ,CurObject->getIO()->getEntry(), ISOS_PROP, anIsos);
       }
     }
     GeometryGUI::Modified();