diff options
Diffstat (limited to 'src/live_effects/parameter/path.cpp')
| -rw-r--r-- | src/live_effects/parameter/path.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/parameter/path.cpp b/src/live_effects/parameter/path.cpp index 759e9f788..295e40b7a 100644 --- a/src/live_effects/parameter/path.cpp +++ b/src/live_effects/parameter/path.cpp @@ -326,7 +326,7 @@ PathParam::linked_modified(SPObject *linked_obj, guint /*flags*/) // curve invalid, set default value _pathvector = sp_svg_read_pathv(defvalue); } else { - _pathvector = BPath_to_2GeomPath(SP_CURVE_BPATH(curve)); + _pathvector = curve->get_pathvector(); curve->unref(); } |
