diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-02-04 21:53:33 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-02-04 21:53:33 +0000 |
| commit | cebb89f6ad97feaf9016502d113776f6f2c8de14 (patch) | |
| tree | 10b586e01b21258e6dc9599040a5bf5bc1a0b229 /src/shape-editor.cpp | |
| parent | improve LPE extrude such that cusps work for closed paths too (diff) | |
| download | inkscape-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 'src/shape-editor.cpp')
| -rw-r--r-- | src/shape-editor.cpp | 1 |
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; } /* |
