From 122d4274f150001d17154b72178ef1b53125c66c Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 7 Aug 2007 20:05:00 +0000 Subject: Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_BBOX) (bzr r3415) --- src/object-edit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/object-edit.cpp') diff --git a/src/object-edit.cpp b/src/object-edit.cpp index a0a8d4218..bd3bd1902 100644 --- a/src/object-edit.cpp +++ b/src/object-edit.cpp @@ -224,7 +224,7 @@ static NR::Point snap_knot_position(SPItem *item, NR::Point const &p) NR::Matrix const i2d (sp_item_i2d_affine (item)); NR::Point s = p * i2d; SnapManager const &m = desktop->namedview->snap_manager; - s = m.freeSnap(Inkscape::Snapper::SNAPPOINT_BBOX | Inkscape::Snapper::SNAPPOINT_NODE, s, item).getPoint(); + s = m.freeSnap(Inkscape::Snapper::SNAPPOINT_NODE, s, item).getPoint(); return s * i2d.inverse(); } -- cgit v1.2.3