diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-08-28 20:07:38 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-08-28 20:07:38 +0000 |
| commit | 73d24d066094549193e1ceda7daa244e5c0dc1e8 (patch) | |
| tree | af1cad39ed909961d1fd2f22c27651f3c6bc0b1d /src/snapper.cpp | |
| parent | remove debug and example LPE files from POTFILES.in (diff) | |
| download | inkscape-73d24d066094549193e1ceda7daa244e5c0dc1e8.tar.gz inkscape-73d24d066094549193e1ceda7daa244e5c0dc1e8.zip | |
Implement snapping of guides while dragging them, and snap TO item centers (we only had snapping FROM item centers so far)
(bzr r3603)
Diffstat (limited to 'src/snapper.cpp')
| -rw-r--r-- | src/snapper.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapper.cpp b/src/snapper.cpp index 7a82fe1d4..5d39c6b02 100644 --- a/src/snapper.cpp +++ b/src/snapper.cpp @@ -15,6 +15,7 @@ Inkscape::Snapper::PointType const Inkscape::Snapper::SNAPPOINT_BBOX = 0x1; Inkscape::Snapper::PointType const Inkscape::Snapper::SNAPPOINT_NODE = 0x2; +Inkscape::Snapper::PointType const Inkscape::Snapper::SNAPPOINT_GUIDE = 0x4; /** * Construct new Snapper for named view. |
