From 73d24d066094549193e1ceda7daa244e5c0dc1e8 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 28 Aug 2007 20:07:38 +0000 Subject: Implement snapping of guides while dragging them, and snap TO item centers (we only had snapping FROM item centers so far) (bzr r3603) --- src/snapper.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/snapper.cpp') 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. -- cgit v1.2.3