Salome HOME
Update copyright information
[modules/geom.git] / src / TransformationGUI / TransformationGUI_TranslationDlg.h
index 34986bb35edae1297110ba7b8d3d5ba5b505f8b7..50c1b17a498f40fdd298827cb6849a735b32ccdf 100644 (file)
@@ -59,7 +59,9 @@ private:
   GEOM::ListOfGO                     myObjects;
   GEOM::GEOM_Object_var              myCurrObject;
   GEOM::GEOM_Object_var              myVector, myPoint1, myPoint2;
-  double                             myTranslateDistance;
+
+  // to initialize the first selection field with a selected object on the dialog creation
+  bool                               myInitial;
   
   DlgRef_3Sel3Spin2Check*            GroupPoints;