From c94e78ef51bd6e54e477419e76576cf9de1fa31f Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sat, 22 Dec 2007 14:05:58 +0000 Subject: 1) solve bug #177995 2) don't look for nearby intersections when doing a constrained snap (bzr r4275) --- src/snapper.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/snapper.cpp') diff --git a/src/snapper.cpp b/src/snapper.cpp index 096a224d1..1daa1d151 100644 --- a/src/snapper.cpp +++ b/src/snapper.cpp @@ -172,11 +172,10 @@ void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, */ void Inkscape::Snapper::constrainedSnap(SnappedConstraints &sc, - PointType const &t, NR::Point const &p, bool const &first_point, - std::vector &points_to_snap, + std::vector &points_to_snap, ConstraintLine const &c, std::list const &it) const { -- cgit v1.2.3