diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2009-06-02 15:24:02 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2009-06-02 15:24:02 +0000 |
| commit | 480eb170b5d20519243cf3af9dac640f82a250ec (patch) | |
| tree | fb2887e7aa3e385478b3294f2f179a054c3882c2 /src | |
| parent | When dragging the origin of a guide along that guide, we should use constrain... (diff) | |
| download | inkscape-480eb170b5d20519243cf3af9dac640f82a250ec.tar.gz inkscape-480eb170b5d20519243cf3af9dac640f82a250ec.zip | |
call default setup_nodepath for lpe-spiro, to get correct color of the helperpath
(bzr r7974)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-spiro.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-spiro.cpp b/src/live_effects/lpe-spiro.cpp index aab62a75c..72b77622d 100644 --- a/src/live_effects/lpe-spiro.cpp +++ b/src/live_effects/lpe-spiro.cpp @@ -118,6 +118,7 @@ LPESpiro::~LPESpiro() void LPESpiro::setup_nodepath(Inkscape::NodePath::Path *np) { + Effect::setup_nodepath(np); sp_nodepath_show_handles(np, false); // sp_nodepath_show_helperpath(np, false); } |
