From: Johan Date: Sun, 14 Feb 2010 22:16:36 +0000 (+0100) Subject: color the original-d path just like a normal path when an LPE is applied. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=169137abdc47194cc713151697e7c269835459e7;p=inkscape.git color the original-d path just like a normal path when an LPE is applied. --- diff --git a/src/ui/tool/node-tool.cpp b/src/ui/tool/node-tool.cpp index 7ddd3316b..443e7f258 100644 --- a/src/ui/tool/node-tool.cpp +++ b/src/ui/tool/node-tool.cpp @@ -362,7 +362,7 @@ void gather_items(InkNodeTool *nt, SPItem *base, SPObject *obj, Inkscape::UI::Sh ShapeRecord r; r.item = static_cast(obj); r.edit_transform = Geom::identity(); // TODO wrong? - r.role = SHAPE_ROLE_LPE_PARAM; + r.role = role; s.insert(r); } else if (role != SHAPE_ROLE_NORMAL && (SP_IS_GROUP(obj) || SP_IS_OBJECTGROUP(obj))) { for (SPObject *c = obj->children; c; c = c->next) {