Code

now that selection description includes style (filtered, clipped), we need to update...
[inkscape.git] / src / snap-preferences.cpp
index d212599839334450c12656aa5d1b5d537c031ace..e8c9e06412b75e6fac0b96b19ec850e5fd7a6d9f 100644 (file)
@@ -22,6 +22,9 @@ Inkscape::SnapPreferences::PointType const Inkscape::SnapPreferences::SNAPPOINT_
 
 Inkscape::SnapPreferences::SnapPreferences() :
        _include_item_center(false),
+       _intersectionGG(true),
+       _snap_to_grids(true),
+       _snap_to_guides(true),
     _snap_enabled_globally(true),
     _snap_postponed_globally(false),
     _snap_to_itemnode(true), _snap_to_itempath(true),