diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-09-07 19:22:55 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-09-07 19:22:55 +0000 |
| commit | b6007747868547d2535eb8e1d9c01064179a0468 (patch) | |
| tree | 34837db6e415cc63daa979797a5cf786bdf47e41 /src/snap.h | |
| parent | more consistent coverage of all shift-modes of + and - (diff) | |
| download | inkscape-b6007747868547d2535eb8e1d9c01064179a0468.tar.gz inkscape-b6007747868547d2535eb8e1d9c01064179a0468.zip | |
Also snap new guides, which are being dragged off the ruler.
(bzr r3701)
Diffstat (limited to 'src/snap.h')
| -rw-r--r-- | src/snap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.h b/src/snap.h index cdd707d01..f44df8923 100644 --- a/src/snap.h +++ b/src/snap.h @@ -84,7 +84,7 @@ public: std::list<SPItem const *> const &it) const; Inkscape::SnappedPoint guideSnap(NR::Point const &p, - SPGuide const &guide) const; + NR::Point const &guide_normal) const; std::pair<NR::Point, bool> freeSnapTranslation(Inkscape::Snapper::PointType t, std::vector<NR::Point> const &p, |
