diff options
Diffstat (limited to 'src/object/sp-conn-end-pair.cpp')
| -rw-r--r-- | src/object/sp-conn-end-pair.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object/sp-conn-end-pair.cpp b/src/object/sp-conn-end-pair.cpp index daadd0cdd..1a0ec5d70 100644 --- a/src/object/sp-conn-end-pair.cpp +++ b/src/object/sp-conn-end-pair.cpp @@ -175,7 +175,7 @@ void SPConnEndPair::getAttachedItems(SPItem *h2attItem[2]) const { void SPConnEndPair::getEndpoints(Geom::Point endPts[]) const { - SPCurve const *curve = _path->get_curve_reference(); + SPCurve const *curve = _path->getCurveForEdit(true); SPItem *h2attItem[2] = {0}; getAttachedItems(h2attItem); Geom::Affine i2d = _path->i2doc_affine(); @@ -322,7 +322,7 @@ bool SPConnEndPair::reroutePathFromLibavoid() return false; } - SPCurve *curve = _path->get_curve(); + SPCurve *curve = _path->getCurve(true); recreateCurve(curve, _connRef, _connCurvature); |
