From 6a03015b016c177e0657fc6274a571db16e48b64 Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Sat, 23 Sep 2017 10:02:16 +0200 Subject: Remove unused parameter in SPItem::doWriteTransform --- src/sp-offset.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-offset.cpp') diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp index e5b1b5d69..e2ec9751c 100644 --- a/src/sp-offset.cpp +++ b/src/sp-offset.cpp @@ -1065,7 +1065,7 @@ static void sp_offset_move_compensate(Geom::Affine const *mp, SPItem */*original // commit the compensation self->transform *= offset_move; - self->doWriteTransform(self->getRepr(), self->transform, &advertized_move); + self->doWriteTransform(self->transform, &advertized_move); self->requestDisplayUpdate(SP_OBJECT_MODIFIED_FLAG); } -- cgit v1.2.3 From 99d90b9a520928802b7ac784241a287cd1a45241 Mon Sep 17 00:00:00 2001 From: Stefano Facchini Date: Thu, 12 Oct 2017 14:56:29 +0200 Subject: Update POTFILES.in etc. after renaming --- src/sp-offset.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sp-offset.cpp') diff --git a/src/sp-offset.cpp b/src/sp-offset.cpp index e2ec9751c..82e0b4947 100644 --- a/src/sp-offset.cpp +++ b/src/sp-offset.cpp @@ -63,7 +63,7 @@ class SPDocument; * a change occurs to the offset (change of source or change of radius). * just like the sp-star and other, this path derivative can make control * points, or more precisely one control point, that's enough to define the - * radius (look in object-edit). + * radius (look in shape-editor-knotholders). */ static void refresh_offset_source(SPOffset* offset); @@ -764,7 +764,7 @@ vectors_are_clockwise (Geom::Point A, Geom::Point B, Geom::Point C) } /** - * Distance to the original path; that function is called from object-edit + * Distance to the original path; that function is called from shape-editor-knotholders * to set the radius when the control knot moves. * * The sign of the result is the radius we're going to offset the shape with, -- cgit v1.2.3