diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-04-14 07:42:16 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-04-14 07:42:16 +0000 |
| commit | 2509c31956ed092493824ae1f54713cdd1dfd58e (patch) | |
| tree | 60f87e313fbce40d44eedfde3a2ae93e94b62504 /src/live_effects | |
| parent | whitespace + comment (diff) | |
| download | inkscape-2509c31956ed092493824ae1f54713cdd1dfd58e.tar.gz inkscape-2509c31956ed092493824ae1f54713cdd1dfd58e.zip | |
use sp_nodepath_make_straight_path in LPEGears
(bzr r5438)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-gears.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-gears.cpp b/src/live_effects/lpe-gears.cpp index 7dcd32fcc..e211483c6 100644 --- a/src/live_effects/lpe-gears.cpp +++ b/src/live_effects/lpe-gears.cpp @@ -265,7 +265,7 @@ void LPEGears::setup_nodepath(Inkscape::NodePath::Path *np) { Effect::setup_nodepath(np); - np->straight_path = true; + sp_nodepath_make_straight_path(np); } } // namespace LivePathEffect |
