From 31111a0dcdd6944b3a4e4d706174c07685b4c82b Mon Sep 17 00:00:00 2001 From: johanengelen Date: Mon, 14 Apr 2008 07:50:17 +0000 Subject: [PATCH] suppress helperpath and handles showing for LPESpiro --- src/live_effects/lpe-spiro.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/live_effects/lpe-spiro.cpp b/src/live_effects/lpe-spiro.cpp index 0925becbb..9ecb3eaf0 100644 --- a/src/live_effects/lpe-spiro.cpp +++ b/src/live_effects/lpe-spiro.cpp @@ -7,6 +7,7 @@ #include "live_effects/lpe-spiro.h" #include "display/curve.h" #include +#include "nodepath.h" #include "live_effects/bezctx.h" #include "live_effects/bezctx_intf.h" @@ -86,7 +87,9 @@ LPESpiro::~LPESpiro() 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) -- 2.30.2