diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-12-22 14:05:58 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-12-22 14:05:58 +0000 |
| commit | c94e78ef51bd6e54e477419e76576cf9de1fa31f (patch) | |
| tree | 8b7f88258f4880f6f2c9e7bc2ffe25f5fd03f36d /src/snapper.cpp | |
| parent | BUG 178048 Void method which returns a value in stringstream.h confuses g++ 3.3 (diff) | |
| download | inkscape-c94e78ef51bd6e54e477419e76576cf9de1fa31f.tar.gz inkscape-c94e78ef51bd6e54e477419e76576cf9de1fa31f.zip | |
1) solve bug #177995
2) don't look for nearby intersections when doing a constrained snap
(bzr r4275)
Diffstat (limited to 'src/snapper.cpp')
| -rw-r--r-- | src/snapper.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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<NR::Point> &points_to_snap, + std::vector<NR::Point> &points_to_snap, ConstraintLine const &c, std::list<SPItem const *> const &it) const { |
