summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-gears.cpp
diff options
context:
space:
mode:
authorJohan B. C. Engelen <jbc.engelen@swissonline.ch>2008-04-14 07:42:16 +0000
committerjohanengelen <johanengelen@users.sourceforge.net>2008-04-14 07:42:16 +0000
commit2509c31956ed092493824ae1f54713cdd1dfd58e (patch)
tree60f87e313fbce40d44eedfde3a2ae93e94b62504 /src/live_effects/lpe-gears.cpp
parentwhitespace + comment (diff)
downloadinkscape-2509c31956ed092493824ae1f54713cdd1dfd58e.tar.gz
inkscape-2509c31956ed092493824ae1f54713cdd1dfd58e.zip
use sp_nodepath_make_straight_path in LPEGears
(bzr r5438)
Diffstat (limited to 'src/live_effects/lpe-gears.cpp')
-rw-r--r--src/live_effects/lpe-gears.cpp2
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