From: speleo3 Date: Sun, 14 Dec 2008 11:00:28 +0000 (+0000) Subject: fixed part 2 of bug #168372 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9c831974a8dc45379d56264e5776b9458f4c3e71;p=inkscape.git fixed part 2 of bug #168372 --- 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);