From: ouv Date: Thu, 19 Apr 2012 11:13:10 +0000 (+0000) Subject: IPAL22903: TC650: Store/Restore last GUI state does not work for Isos X-Git-Tag: TRIPOLI_323~17 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=392db299f788946e7276fdb4e3384cef837be9b4;p=modules%2Fgeom.git IPAL22903: TC650: Store/Restore last GUI state does not work for Isos --- diff --git a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx index 3c061b29e..3442b4654 100644 --- a/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx +++ b/src/GEOMToolsGUI/GEOMToolsGUI_1.cxx @@ -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();