diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-03-08 11:32:18 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-03-08 11:32:18 +0000 |
| commit | 0a78ad638f3bbcd46631cb2c741fca031356b725 (patch) | |
| tree | e7e0378939debb249a67c9e658bcef959b3b1a57 /src/line-snapper.cpp | |
| parent | make the infobox narrower and place add button above it (diff) | |
| download | inkscape-0a78ad638f3bbcd46631cb2c741fca031356b725.tar.gz inkscape-0a78ad638f3bbcd46631cb2c741fca031356b725.zip | |
Node tool: snap to paths and their nodes, incl. to the path currently being edited
(bzr r4989)
Diffstat (limited to '')
| -rw-r--r-- | src/line-snapper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/line-snapper.cpp b/src/line-snapper.cpp index a84a80296..219bc7482 100644 --- a/src/line-snapper.cpp +++ b/src/line-snapper.cpp @@ -28,7 +28,8 @@ void Inkscape::LineSnapper::_doFreeSnap(SnappedConstraints &sc, NR::Point const &p, bool const &f, std::vector<NR::Point> &points_to_snap, - std::list<SPItem const *> const &it) const + std::list<SPItem const *> const &it, + std::vector<NR::Point> *unselected_nodes) const { /* Get the lines that we will try to snap to */ const LineList lines = _getSnapLines(p); |
