From 281a151ba293b3f98ef06edf2b412ed3221eb34b Mon Sep 17 00:00:00 2001 From: Thomas Holder Date: Sun, 14 Dec 2008 11:00:28 +0000 Subject: fixed part 2 of bug #168372 (bzr r7006) --- src/nodepath.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/nodepath.cpp') 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); -- cgit v1.2.3