From 9c831974a8dc45379d56264e5776b9458f4c3e71 Mon Sep 17 00:00:00 2001 From: speleo3 Date: Sun, 14 Dec 2008 11:00:28 +0000 Subject: [PATCH] fixed part 2 of bug #168372 --- src/nodepath.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/nodepath.cpp b/src/nodepath.cpp index f284d818e..add070d1f 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -1065,6 +1065,9 @@ static void sp_nodepath_set_line_type(Inkscape::NodePath::Node *end, NRPathcode if (end->type == Inkscape::NodePath::NODE_AUTO) end->type = Inkscape::NodePath::NODE_SMOOTH; + start->n.pos = start->pos; + end->p.pos = end->pos; + sp_node_adjust_handle(start, -1); sp_node_adjust_handle(end, 1); -- 2.30.2