Code

Add option to either suppress path flash for items with LPE (e.g., spiro splines...
[inkscape.git] / src / live_effects / lpe-spiro.cpp
index e4a0af741ed002b251679d0c1d1a6525458248c6..bbf952e19925eada68e15c08923dc2cf35587c80 100644 (file)
@@ -88,7 +88,7 @@ void
 LPESpiro::setup_nodepath(Inkscape::NodePath::Path *np)
 {
     sp_nodepath_show_handles(np, false);
-    sp_nodepath_show_helperpath(np, false);
+//    sp_nodepath_show_helperpath(np, false);
 }
 
 void