summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b9b4827)
raw | patch | inline | side by side (parent: b9b4827)
author | Diederik van Lierop <mailat-signdiedenrezidotnl> | |
Thu, 4 Feb 2010 21:53:33 +0000 (22:53 +0100) | ||
committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | |
Thu, 4 Feb 2010 21:53:33 +0000 (22:53 +0100) |
src/pencil-context.cpp | patch | blob | history | |
src/shape-editor.cpp | patch | blob | history |
diff --git a/src/pencil-context.cpp b/src/pencil-context.cpp
index 5aa9efbd91f7add0250a9bc6c6bf9e95d86201a0..328c011ff9fb24b4d4dfccff7bdfce0b3b72251a 100644 (file)
--- a/src/pencil-context.cpp
+++ b/src/pencil-context.cpp
pc->red_curve_is_valid = false;
if (in_svg_plane(p)) {
pc->p[pc->npoints++] = p;
+ pc->ps.push_back(p);
}
}
diff --git a/src/shape-editor.cpp b/src/shape-editor.cpp
index e3b6d65c284e66b8a5b300743eb863cf868297fc..1962b710ca1ad6accb7a02ad6611ad1228361b8b 100644 (file)
--- a/src/shape-editor.cpp
+++ b/src/shape-editor.cpp
if (this->knotholder) {
return knotholder->knot_mouseover();
}
+ return false;
}
/*