From cebb89f6ad97feaf9016502d113776f6f2c8de14 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Thu, 4 Feb 2010 22:53:33 +0100 Subject: 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) --- src/shape-editor.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shape-editor.cpp') 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; } /* -- cgit v1.2.3