summaryrefslogtreecommitdiffstats
path: root/src/snapper.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2007-04-12 20:12:51 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2007-04-12 20:12:51 +0000
commit3554ab016656fbd4f26a47d5360d34e9a271060b (patch)
treede0e907a8e1a0380a3e8023cd44df4e9fef050b0 /src/snapper.cpp
parentSwitched zoom toobar to stock GTK+ toolbars (diff)
downloadinkscape-3554ab016656fbd4f26a47d5360d34e9a271060b.tar.gz
inkscape-3554ab016656fbd4f26a47d5360d34e9a271060b.zip
Always snap both bboxes and nodes. Remove all 'snap bbox/nodes' options from document properties
(bzr r2868)
Diffstat (limited to 'src/snapper.cpp')
-rw-r--r--src/snapper.cpp2
1 files changed, 1 insertions, 1 deletions
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
}
/**