From: johanengelen Date: Tue, 2 Jun 2009 15:24:02 +0000 (+0000) Subject: call default setup_nodepath for lpe-spiro, to get correct color of the helperpath X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8c6ada00c6ab287c4c441419e2cfae4a9bbe944d;p=inkscape.git call default setup_nodepath for lpe-spiro, to get correct color of the helperpath --- diff --git a/src/live_effects/lpe-spiro.cpp b/src/live_effects/lpe-spiro.cpp index aab62a75c..72b77622d 100644 --- a/src/live_effects/lpe-spiro.cpp +++ b/src/live_effects/lpe-spiro.cpp @@ -118,6 +118,7 @@ LPESpiro::~LPESpiro() void LPESpiro::setup_nodepath(Inkscape::NodePath::Path *np) { + Effect::setup_nodepath(np); sp_nodepath_show_handles(np, false); // sp_nodepath_show_helperpath(np, false); }