From a95bc66fa85cb901344fab00c013c4c25528d820 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 22 Feb 2009 21:46:54 +0000 Subject: Snapping of guides now turned on by default, and fixed initialization of the that checkbox (bzr r7352) --- src/snap-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snap-preferences.cpp') diff --git a/src/snap-preferences.cpp b/src/snap-preferences.cpp index e8c9e0641..3e396a216 100644 --- a/src/snap-preferences.cpp +++ b/src/snap-preferences.cpp @@ -32,7 +32,7 @@ Inkscape::SnapPreferences::SnapPreferences() : _snap_to_page_border(false), _strict_snapping(true) { - setSnapFrom(SNAPPOINT_BBOX | SNAPPOINT_NODE, true); //Snap any point. In v0.45 and earlier, this was controlled in the preferences tab + setSnapFrom(SNAPPOINT_BBOX | SNAPPOINT_NODE | SNAPPOINT_GUIDE, true); //Snap any point. In v0.45 and earlier, this was controlled in the preferences tab } /* -- cgit v1.2.3