From: buliabyak Date: Wed, 7 May 2008 15:38:07 +0000 (+0000) Subject: fix bug when editing endnodes X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=58b91d896aa27cde4d36dfd8eae0a2652e04b4d1;p=inkscape.git fix bug when editing endnodes --- 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();