diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-04-12 20:12:51 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-04-12 20:12:51 +0000 |
| commit | 3554ab016656fbd4f26a47d5360d34e9a271060b (patch) | |
| tree | de0e907a8e1a0380a3e8023cd44df4e9fef050b0 /src/snapper.cpp | |
| parent | Switched zoom toobar to stock GTK+ toolbars (diff) | |
| download | inkscape-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.cpp | 2 |
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 } /** |
