diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-10-07 15:24:27 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-10-07 15:24:27 +0000 |
| commit | 46699ed807e748453d6aaa054f87c0582c38d72e (patch) | |
| tree | 4f7f33c2511854015f15a6c639049043aa3d777f /src/ui/tool/node.cpp | |
| parent | Fixing BSplines (diff) | |
| download | inkscape-46699ed807e748453d6aaa054f87c0582c38d72e.tar.gz inkscape-46699ed807e748453d6aaa054f87c0582c38d72e.zip | |
fix bsplines
(bzr r11950.1.175)
Diffstat (limited to 'src/ui/tool/node.cpp')
| -rw-r--r-- | src/ui/tool/node.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ui/tool/node.cpp b/src/ui/tool/node.cpp index c6d4537dd..cbfd3ec0d 100644 --- a/src/ui/tool/node.cpp +++ b/src/ui/tool/node.cpp @@ -635,8 +635,6 @@ Node::Node(NodeSharedData const &data, Geom::Point const &initial_pos) : _handles_shown(false) { this->bsplineWeight = 0.3334; - if(this->front()->position() == this->position() && this->back()->position() == this->position()) - this->bsplineWeight = 0.0000; // NOTE we do not set type here, because the handles are still degenerate } |
