X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTransformationGUI%2FTransformationGUI_TranslationDlg.h;h=50c1b17a498f40fdd298827cb6849a735b32ccdf;hb=ae90785412a3a7038313c4d5f0e8df6449741607;hp=34986bb35edae1297110ba7b8d3d5ba5b505f8b7;hpb=2bd6b8908ecce0ff295eede38a1b3abd474c603e;p=modules%2Fgeom.git diff --git a/src/TransformationGUI/TransformationGUI_TranslationDlg.h b/src/TransformationGUI/TransformationGUI_TranslationDlg.h index 34986bb35..50c1b17a4 100644 --- a/src/TransformationGUI/TransformationGUI_TranslationDlg.h +++ b/src/TransformationGUI/TransformationGUI_TranslationDlg.h @@ -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;