From 95b1c7b549605d7c6ce6623cc4cd121ed7c51a64 Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Sat, 3 Mar 2018 01:12:41 +0100 Subject: Base LPE refactor --- src/path-chemistry.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/path-chemistry.cpp') diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 2eb471bb3..7d5346f31 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -123,7 +123,7 @@ ObjectSet::combine(bool skip_undo) did = true; } - SPCurve *c = path->get_curve_for_edit(); + SPCurve *c = path->getCurveForEdit(); if (first == NULL) { // this is the topmost path first = item; parent = first->getRepr()->parent(); @@ -225,7 +225,7 @@ ObjectSet::breakApart(bool skip_undo) continue; } - SPCurve *curve = path->get_curve_for_edit(); + SPCurve *curve = path->getCurveForEdit(); if (curve == NULL) { continue; } @@ -650,7 +650,7 @@ ObjectSet::pathReverse() did = true; - SPCurve *rcurve = path->get_curve_reference()->create_reverse(); + SPCurve *rcurve = path->getCurveForEdit(true)->create_reverse(); gchar *str = sp_svg_write_path(rcurve->get_pathvector()); if ( path->hasPathEffectRecursive() ) { -- cgit v1.2.3