diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-05-07 15:38:07 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-05-07 15:38:07 +0000 |
| commit | 9d4502ef74a7ae1160f0951d716502a593417fac (patch) | |
| tree | d1b5357d3ef72c020949caa07850d88b9280f53a /src/nodepath.cpp | |
| parent | Update to Unicode 5.1.0. Fix header (oops) (diff) | |
| download | inkscape-9d4502ef74a7ae1160f0951d716502a593417fac.tar.gz inkscape-9d4502ef74a7ae1160f0951d716502a593417fac.zip | |
fix bug when editing endnodes
(bzr r5623)
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
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(); |
