diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-12-30 18:19:04 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-12-30 18:19:04 +0000 |
| commit | c59557d2dc0fd9f2a0945e776e90b1db3ee25ff7 (patch) | |
| tree | b495e65d27d7cb350a786db5bc2661b07ee48ebc /src/snapped-curve.cpp | |
| parent | Remove utest. (diff) | |
| download | inkscape-c59557d2dc0fd9f2a0945e776e90b1db3ee25ff7.tar.gz inkscape-c59557d2dc0fd9f2a0945e776e90b1db3ee25ff7.zip | |
Remove some obsolete from_2geom() calls
(bzr r7043)
Diffstat (limited to 'src/snapped-curve.cpp')
| -rw-r--r-- | src/snapped-curve.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |
