From 58b91d896aa27cde4d36dfd8eae0a2652e04b4d1 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Wed, 7 May 2008 15:38:07 +0000 Subject: [PATCH] fix bug when editing endnodes --- src/nodepath.cpp | 2 ++ 1 file changed, 2 insertions(+) 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(); -- 2.30.2