diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-07-18 10:12:38 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-07-18 10:12:38 +0000 |
| commit | 03e65527a5994b916056f263e96d9bc19acff878 (patch) | |
| tree | 80fe353aeb22a1b708f0573d8638130e3c79fb23 /src/snap.cpp | |
| parent | Turn off color profile debug messages. (diff) | |
| download | inkscape-03e65527a5994b916056f263e96d9bc19acff878.tar.gz inkscape-03e65527a5994b916056f263e96d9bc19acff878.zip | |
- do not use shift to disable snapping while holding shift to rotate a guide
- snap guides to paths too
- always show the same snap indicator
(bzr r9625)
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 1127ccba1..ccaf3dee3 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -430,8 +430,7 @@ void SnapManager::guideFreeSnap(Geom::Point &p, Geom::Point const &guide_normal, (*i)->freeSnap(sc, candidate, Geom::OptRect(), NULL, NULL); } - // Snap to intersections of curves, but not to the curves themselves! (see _snapTranslatingGuideToNodes in object-snapper.cpp) - Inkscape::SnappedPoint const s = findBestSnap(candidate, sc, false, true); + Inkscape::SnappedPoint const s = findBestSnap(candidate, sc, false, false); s.getPoint(p); } |
