diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-02-25 21:54:44 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-02-25 21:54:44 +0000 |
| commit | 6edc17e9611bfc1875cf3fdbaf8fb1ce3c820b89 (patch) | |
| tree | 9e88824107418e33478f6143ca44b95f607e84d3 /src/snap.h | |
| parent | fix warnings (diff) | |
| download | inkscape-6edc17e9611bfc1875cf3fdbaf8fb1ce3c820b89.tar.gz inkscape-6edc17e9611bfc1875cf3fdbaf8fb1ce3c820b89.zip | |
1) Fix moving by an integer multiple of the grid spacing (<alt>-dragging in the selector tool)
2) Allow constrained translation for 1) (with <ctrl>)
3) Fix snapping to the grid when pasting
4) Show snap indicators for all of the above
5) Implement snap delay mechanism for 1) and 2)
(bzr r9113)
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 613550376..24f62ec6f 100644 --- a/src/snap.h +++ b/src/snap.h @@ -107,7 +107,7 @@ public: void preSnap(Inkscape::SnapCandidatePoint const &p); - Geom::Point multipleOfGridPitch(Geom::Point const &t) const; + Geom::Point multipleOfGridPitch(Geom::Point const &t, Geom::Point const &origin); // constrainedSnapReturnByRef() is preferred over constrainedSnap(), because it only returns a // point, by overwriting p, if snapping has occurred; otherwise p is untouched |
