From 3554ab016656fbd4f26a47d5360d34e9a271060b Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Thu, 12 Apr 2007 20:12:51 +0000 Subject: Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from document properties (bzr r2868) --- src/snapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snapper.cpp') diff --git a/src/snapper.cpp b/src/snapper.cpp index 3d5b33c16..105ec4631 100644 --- a/src/snapper.cpp +++ b/src/snapper.cpp @@ -26,7 +26,7 @@ Inkscape::Snapper::Snapper(SPNamedView const *nv, NR::Coord const d) : _named_vi g_assert(_named_view != NULL); g_assert(SP_IS_NAMEDVIEW(_named_view)); - setSnapTo(BBOX_POINT, true); + setSnapTo(BBOX_POINT | SNAP_POINT, true); //Snap any point. In v0.45 and earlier, this was controlled in the preferences tab } /** -- cgit v1.2.3