From: johanengelen Date: Mon, 14 Apr 2008 07:50:17 +0000 (+0000) Subject: suppress helperpath and handles showing for LPESpiro X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=31111a0dcdd6944b3a4e4d706174c07685b4c82b;p=inkscape.git suppress helperpath and handles showing for LPESpiro --- 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)