summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-23 02:38:02 +0000
committerLiam P. White <inkscapebronyat-signgmaildotcom>2014-07-23 02:38:02 +0000
commit1a2c651a84b72cb000fc8971758fd4fb20a98539 (patch)
tree6b61de731579806f183370bb4593db192a368da4 /src/ui
parentDuplicate LPE entries (diff)
parentFixed alignaments of toggle buttons (diff)
downloadinkscape-1a2c651a84b72cb000fc8971758fd4fb20a98539.tar.gz
inkscape-1a2c651a84b72cb000fc8971758fd4fb20a98539.zip
Update to experimental r13436
(bzr r13090.1.92)
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];