]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
Bug 0014167: EDF 204 : GEOM Keep the parameters of the object after a transformation...
authorjfa <jfa@opencascade.com>
Mon, 23 Mar 2009 13:15:55 +0000 (13:15 +0000)
committerjfa <jfa@opencascade.com>
Mon, 23 Mar 2009 13:15:55 +0000 (13:15 +0000)
src/BuildGUI/BuildGUI_CompoundDlg.cxx

index 56055574cbb2d2b7019f8107c67d0b4bbd40e7e4..15c3575d91329b39e0d6a30835ac9ad6684fbe0b 100644 (file)
@@ -242,7 +242,7 @@ void BuildGUI_CompoundDlg::restoreSubShapes (SALOMEDS::Study_ptr   theStudy,
   if (CheckBoxRestoreSS->isChecked()) {
     // empty list of arguments means that all arguments should be restored
     getGeomEngine()->RestoreSubShapesSO(theStudy, theSObject, GEOM::ListOfGO(),
-                                        /*theFindMethod=*/GEOM::FSM_GetSame, // ? GEOM::FSM_GetInPlace
+                                        /*theFindMethod=*/GEOM::FSM_GetInPlace, // ? GEOM::FSM_GetSame
                                         /*theInheritFirstArg=*/false);
   }
 }