summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2014-07-22 00:29:52 +0000
committerJabiertxof <jtx@jtx.marker.es>2014-07-22 00:29:52 +0000
commit9b1d9867e9cfbf56b44e8a996a4ccf2e7f288b87 (patch)
tree9c0cc8667386278886301f30a3afa9d413dcc14b /src/ui
parentFixing icons (diff)
downloadinkscape-9b1d9867e9cfbf56b44e8a996a4ccf2e7f288b87.tar.gz
inkscape-9b1d9867e9cfbf56b44e8a996a4ccf2e7f288b87.zip
fix bug pointed by LiamW in Spirolive
(bzr r13341.1.94)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/tools/pen-tool.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ui/tools/pen-tool.cpp b/src/ui/tools/pen-tool.cpp
index aead3ebc0..56bcbef0d 100644
--- a/src/ui/tools/pen-tool.cpp
+++ b/src/ui/tools/pen-tool.cpp
@@ -1611,7 +1611,6 @@ void PenTool::_bspline_spiro_motion(bool shift){
this->p[2] = this->p[3];
}else{
this->p[1] = (*cubic)[3] + ((*cubic)[3] - (*cubic)[2] );
- this->p[1] = Geom::Point(this->p[1][X] + 0.005,this->p[1][Y] + 0.005);
}
}else{
this->p[1] = this->p[0];