summaryrefslogtreecommitdiffstats
path: root/src/nodepath.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2008-05-07 15:38:07 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2008-05-07 15:38:07 +0000
commit9d4502ef74a7ae1160f0951d716502a593417fac (patch)
treed1b5357d3ef72c020949caa07850d88b9280f53a /src/nodepath.cpp
parentUpdate to Unicode 5.1.0. Fix header (oops) (diff)
downloadinkscape-9d4502ef74a7ae1160f0951d716502a593417fac.tar.gz
inkscape-9d4502ef74a7ae1160f0951d716502a593417fac.zip
fix bug when editing endnodes
(bzr r5623)
Diffstat (limited to 'src/nodepath.cpp')
-rw-r--r--src/nodepath.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp
index 8e2cd8e82..d50ec769e 100644
--- a/src/nodepath.cpp
+++ b/src/nodepath.cpp
@@ -3680,6 +3680,8 @@ static gboolean node_handle_request(SPKnot *knot, NR::Point *p, guint /*state*/,
} else {
s = m.freeSnap(Inkscape::Snapper::SNAPPOINT_NODE, *p);
}
+ } else {
+ s = m.freeSnap(Inkscape::Snapper::SNAPPOINT_NODE, *p);
}
*p = s.getPoint();