diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-spiro.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
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 <libnr/n-art-bpath.h> +#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) |
