diff options
| author | jtx <javier.arraiza@marker.es> | 2013-03-20 17:12:37 +0000 |
|---|---|---|
| committer | jtx <javier.arraiza@marker.es> | 2013-03-20 17:12:37 +0000 |
| commit | 49c304e53558c96b2442c06c9beccf5082bb8fe2 (patch) | |
| tree | 6847f8ecc5aec09365b68450aea808c64932dd3f /src/ui/tool/node.h | |
| parent | Fixing node creations in BSpline mode. (diff) | |
| download | inkscape-49c304e53558c96b2442c06c9beccf5082bb8fe2.tar.gz inkscape-49c304e53558c96b2442c06c9beccf5082bb8fe2.zip | |
Fixing node fault
(bzr r11950.4.2)
Diffstat (limited to 'src/ui/tool/node.h')
| -rw-r--r-- | src/ui/tool/node.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/ui/tool/node.h b/src/ui/tool/node.h index 7152f37fd..a384db7cc 100644 --- a/src/ui/tool/node.h +++ b/src/ui/tool/node.h @@ -120,7 +120,9 @@ protected: virtual bool _hasDragTips() const { return true; } private: - + //BSpline + bool isBSpline; + //BSpline End inline PathManipulator &_pm(); Node *_parent; // the handle's lifetime does not extend beyond that of the parent node, // so a naked pointer is OK and allows setting it during Node's construction @@ -236,7 +238,9 @@ protected: virtual bool _hasDragTips() const { return true; } private: - + //BSpline + bool isBSpline; + //BSpline End Node(Node const &); void _fixNeighbors(Geom::Point const &old_pos, Geom::Point const &new_pos); void _updateAutoHandles(); |
