diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-02-22 21:46:54 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-02-22 21:46:54 +0000 |
| commit | a95bc66fa85cb901344fab00c013c4c25528d820 (patch) | |
| tree | 907467b17de7dda03ac50979491763bf511589ea /src/snap-preferences.cpp | |
| parent | correcting a parameter name in foldable-box extension (diff) | |
| download | inkscape-a95bc66fa85cb901344fab00c013c4c25528d820.tar.gz inkscape-a95bc66fa85cb901344fab00c013c4c25528d820.zip | |
Snapping of guides now turned on by default, and fixed initialization of the that checkbox
(bzr r7352)
Diffstat (limited to 'src/snap-preferences.cpp')
| -rw-r--r-- | src/snap-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 } /* |
