Code

suppress helperpath and handles showing for LPESpiro
authorjohanengelen <johanengelen@users.sourceforge.net>
Mon, 14 Apr 2008 07:50:17 +0000 (07:50 +0000)
committerjohanengelen <johanengelen@users.sourceforge.net>
Mon, 14 Apr 2008 07:50:17 +0000 (07:50 +0000)
src/live_effects/lpe-spiro.cpp

index 0925becbb55d6dde15287b91df1d68394b2149be..9ecb3eaf01d4e32a72edb51d373688fd3db6f50e 100644 (file)
@@ -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)