Salome HOME
bug #63: join of sections
[modules/hydro.git] / src / HYDROCurveCreator / CurveCreator_Widget.h
index ae382682d7f84057a6c93f8619d3e4f1cfcfc2e8..a5e8ba136c99997d3c1f7835080697523112aeb7 100644 (file)
@@ -216,6 +216,7 @@ private:
   QPoint                      myDragStartPosition;
   int                         myDragInteractionStyle;
   CurveCreator_ICurve::SectionToPointList myDragPoints;
+  CurveCreator_ICurve::SectionToPointCoordsList myInitialDragPointsCoords;
   bool                        myDragged;
   QByteArray                  myGuiState;
 };