summaryrefslogtreecommitdiffstats
path: root/src/shape-editor.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mailat-signdiedenrezidotnl>2010-02-04 21:53:33 +0000
committerDiederik van Lierop <mailat-signdiedenrezidotnl>2010-02-04 21:53:33 +0000
commitcebb89f6ad97feaf9016502d113776f6f2c8de14 (patch)
tree10b586e01b21258e6dc9599040a5bf5bc1a0b229 /src/shape-editor.cpp
parentimprove LPE extrude such that cusps work for closed paths too (diff)
downloadinkscape-cebb89f6ad97feaf9016502d113776f6f2c8de14.tar.gz
inkscape-cebb89f6ad97feaf9016502d113776f6f2c8de14.zip
Don't discard first point in pencil's freehand mode, and add a missing return statement
Fixed bugs: - https://launchpad.net/bugs/452174 (bzr r9052)
Diffstat (limited to '')
-rw-r--r--src/shape-editor.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp
index e3b6d65c2..1962b710c 100644
--- a/src/shape-editor.cpp
+++ b/src/shape-editor.cpp
@@ -234,6 +234,7 @@ bool ShapeEditor::knot_mouseover()
if (this->knotholder) {
return knotholder->knot_mouseover();
}
+ return false;
}
/*