summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c9d07f)
raw | patch | inline | side by side (parent: 8c9d07f)
author | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 14 Apr 2008 07:50:17 +0000 (07:50 +0000) | ||
committer | johanengelen <johanengelen@users.sourceforge.net> | |
Mon, 14 Apr 2008 07:50:17 +0000 (07:50 +0000) |
src/live_effects/lpe-spiro.cpp | patch | blob | history |
index 0925becbb55d6dde15287b91df1d68394b2149be..9ecb3eaf01d4e32a72edb51d373688fd3db6f50e 100644 (file)
#include "live_effects/lpe-spiro.h"
#include "display/curve.h"
#include <libnr/n-art-bpath.h>
+#include "nodepath.h"
#include "live_effects/bezctx.h"
#include "live_effects/bezctx_intf.h"
void
LPESpiro::setup_nodepath(Inkscape::NodePath::Path *np)
{
-}
+ sp_nodepath_show_handles(np, false);
+ sp_nodepath_show_helperpath(np, false);
+}
void
LPESpiro::doEffect(SPCurve * curve)