From c59557d2dc0fd9f2a0945e776e90b1db3ee25ff7 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 30 Dec 2008 18:19:04 +0000 Subject: Remove some obsolete from_2geom() calls (bzr r7043) --- src/snapped-curve.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snapped-curve.cpp') diff --git a/src/snapped-curve.cpp b/src/snapped-curve.cpp index fa2d561cd..50bc83648 100644 --- a/src/snapped-curve.cpp +++ b/src/snapped-curve.cpp @@ -86,7 +86,7 @@ Inkscape::SnappedPoint Inkscape::SnappedCurve::intersect(SnappedCurve const &cur // TODO: Investigate whether it is possible to use document coordinates everywhere // in the snapper code. Only the mouse position should be in desktop coordinates, I guess. // All paths are already in document coords and we are certainly not going to change THAT. - return SnappedPoint(from_2geom(best_p), Inkscape::SNAPTARGET_PATH_INTERSECTION, primaryDist, primaryC->getTolerance(), primaryC->getAlwaysSnap(), true, true, + return SnappedPoint(best_p, Inkscape::SNAPTARGET_PATH_INTERSECTION, primaryDist, primaryC->getTolerance(), primaryC->getAlwaysSnap(), true, true, secondaryDist, secondaryC->getTolerance(), secondaryC->getAlwaysSnap()); } -- cgit v1.2.3