From 480eb170b5d20519243cf3af9dac640f82a250ec Mon Sep 17 00:00:00 2001 From: "Johan B. C. Engelen" Date: Tue, 2 Jun 2009 15:24:02 +0000 Subject: call default setup_nodepath for lpe-spiro, to get correct color of the helperpath (bzr r7974) --- src/live_effects/lpe-spiro.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); } -- cgit v1.2.3