Salome HOME
Bug 0014167: EDF 204 : GEOM Keep the parameters of the object after a transformation... V5_1_1 V5_1_1rc4 V5_1_1rc5
authorjfa <jfa@opencascade.com>
Thu, 19 Mar 2009 15:09:22 +0000 (15:09 +0000)
committerjfa <jfa@opencascade.com>
Thu, 19 Mar 2009 15:09:22 +0000 (15:09 +0000)
src/BuildGUI/BuildGUI_CompoundDlg.cxx

index 66ec085ebf631c6e8489a96137d6d6ee3063d259..2a25fa2aca277c89e53bc9a5514152b7641a21f3 100644 (file)
@@ -250,7 +250,7 @@ void BuildGUI_CompoundDlg::restoreSubShapes( SALOMEDS::Study_ptr   theStudy,
   if ( mainFrame()->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 );
   }
 }