diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-14 07:50:17 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-14 07:50:17 +0000 |
| commit | def08368b5c275f416ce7c6bd6e3d950dc859df8 (patch) | |
| tree | 4056ff6a70d8f7c7fc430de681709e6a7880c76b /src/live_effects/lpe-spiro.cpp | |
| parent | use sp_nodepath_make_straight_path in LPEGears (diff) | |
| download | inkscape-def08368b5c275f416ce7c6bd6e3d950dc859df8.tar.gz inkscape-def08368b5c275f416ce7c6bd6e3d950dc859df8.zip | |
suppress helperpath and handles showing for LPESpiro
(bzr r5439)
Diffstat (limited to 'src/live_effects/lpe-spiro.cpp')
| -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) |
