diff options
| author | root <root@jtx.marker.es> | 2013-03-22 00:50:18 +0000 |
|---|---|---|
| committer | root <root@jtx.marker.es> | 2013-03-22 00:50:18 +0000 |
| commit | d142ebe8740c40922c1a6aa423ca4e0e7d2335d6 (patch) | |
| tree | a16c044c69201a1debd9fbc6cedc76f168f4ca0a /src/ui/tool/path-manipulator.h | |
| parent | Fixing errors at delete extrewmiuns nodes (diff) | |
| download | inkscape-d142ebe8740c40922c1a6aa423ca4e0e7d2335d6.tar.gz inkscape-d142ebe8740c40922c1a6aa423ca4e0e7d2335d6.zip | |
Fixed end extremium node delete fault, ready for testing
(bzr r11950.1.66)
Diffstat (limited to 'src/ui/tool/path-manipulator.h')
| -rw-r--r-- | src/ui/tool/path-manipulator.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ui/tool/path-manipulator.h b/src/ui/tool/path-manipulator.h index 948d4544b..496bd957c 100644 --- a/src/ui/tool/path-manipulator.h +++ b/src/ui/tool/path-manipulator.h @@ -19,6 +19,9 @@ #include <boost/weak_ptr.hpp> #include "ui/tool/node.h" #include "ui/tool/manipulator.h" +//BSpline +#include "live_effects/lpe-bspline.h" +//BSpline end struct SPCanvasItem; class SPCurve; @@ -96,6 +99,7 @@ public: bool search_unselected, bool closest); //BSpline bool isBSpline; + int controlBSplineSteps; //BSpline End // this is necessary for Tab-selection in MultiPathManipulator SubpathList &subpathList() { return _subpaths; } @@ -107,7 +111,7 @@ private: void _createControlPointsFromGeometry(); //BSpline - int controlBSplineSteps; + LivePathEffect::LPEBSpline *lpe_bsp; double BSplineHandlePosition(Handle *h); Geom::Point BSplineHandleReposition(Handle *h); Geom::Point BSplineHandleReposition(Handle *h,double pos); |
