X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fsnapped-curve.cpp;h=5deb4c449c214db0f9bd8511e67bc5e4a34bdffa;hb=HEAD;hp=77bc8280cbb87919feade40435a2301e1da3a7a5;hpb=cbfd098e594052d475bf41ca20bb50ae30aabe68;p=inkscape.git diff --git a/src/snapped-curve.cpp b/src/snapped-curve.cpp index 77bc8280c..5deb4c449 100644 --- a/src/snapped-curve.cpp +++ b/src/snapped-curve.cpp @@ -47,7 +47,7 @@ Inkscape::SnappedCurve::SnappedCurve() _at_intersection = false; _fully_constrained = false; _source = SNAPSOURCE_UNDEFINED; - _source_num = 0; + _source_num = -1; _target = SNAPTARGET_UNDEFINED; _target_bbox = Geom::OptRect(); }