diff options
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 |
