diff options
| author | su_v <suv-sf@users.sourceforge.net> | 2014-09-09 20:56:09 +0000 |
|---|---|---|
| committer | ~suv <suv-sf@users.sourceforge.net> | 2014-09-09 20:56:09 +0000 |
| commit | 4e4271369a4d73edcc2275aa78b594b4e394b6c4 (patch) | |
| tree | 1ec6e9497d2484dcdf395daef8a8e85fef8af53f /src | |
| parent | don't store temp loader and module cache files outside the app bundle (diff) | |
| parent | Fix bug #1357411 (diff) | |
| download | inkscape-4e4271369a4d73edcc2275aa78b594b4e394b6c4.tar.gz inkscape-4e4271369a4d73edcc2275aa78b594b4e394b6c4.zip | |
update to trunk (r13550)
(bzr r13506.1.85)
Diffstat (limited to 'src')
| -rw-r--r-- | src/object-snapper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object-snapper.cpp b/src/object-snapper.cpp index 0f7aa6368..9ff6df3bf 100644 --- a/src/object-snapper.cpp +++ b/src/object-snapper.cpp @@ -677,7 +677,7 @@ void Inkscape::ObjectSnapper::_snapPathsConstrained(IntermSnapResults &isr, (*p_inters) = dt->doc2dt(*p_inters); // Construct a snapped point Geom::Coord dist = Geom::L2(p.getPoint() - *p_inters); - SnappedPoint s = SnappedPoint(*p_inters, p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, k->target_bbox);; + SnappedPoint s = SnappedPoint(*p_inters, p.getSourceType(), p.getSourceNum(), k->target_type, dist, getSnapperTolerance(), getSnapperAlwaysSnap(), true, false, k->target_bbox); // Store the snapped point if (dist <= tolerance) { // If the intersection is within snapping range, then we might snap to it isr.points.push_back(s); |
