summaryrefslogtreecommitdiffstats
path: root/src/snapped-point.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/snapped-point.cpp')
-rw-r--r--src/snapped-point.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snapped-point.cpp b/src/snapped-point.cpp
index cffdda5d7..72875995d 100644
--- a/src/snapped-point.cpp
+++ b/src/snapped-point.cpp
@@ -84,6 +84,7 @@ Inkscape::SnappedPoint::SnappedPoint(Geom::Point const &p)
_source_num = -1,
_target = SNAPTARGET_UNDEFINED,
_at_intersection = false;
+ _constrained_snap = false;
_fully_constrained = false;
_distance = Geom::infinity();
_tolerance = 1;