diff options
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 } /** |
