summaryrefslogtreecommitdiffstats
path: root/src/snapper.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2011-08-27 20:54:42 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2011-08-27 20:54:42 +0000
commite5c85aa8478032ebecd8c586dc27afcaf77e4314 (patch)
tree923a4834378aa73d9a5b16e4006825e114ce5baf /src/snapper.h
parentTranslations. Japanese translation (by Masato HASHIMOTO) and French translati... (diff)
downloadinkscape-e5c85aa8478032ebecd8c586dc27afcaf77e4314.tar.gz
inkscape-e5c85aa8478032ebecd8c586dc27afcaf77e4314.zip
Allow snapping to path intersections without snapping to the paths themselves
(bzr r10585)
Diffstat (limited to 'src/snapper.h')
-rw-r--r--src/snapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapper.h b/src/snapper.h
index 91784d3ae..b3bf9f726 100644
--- a/src/snapper.h
+++ b/src/snapper.h
@@ -25,7 +25,7 @@
struct SnappedConstraints {
std::list<Inkscape::SnappedPoint> points;
- std::list<Inkscape::SnappedLineSegment> lines;
+ //std::list<Inkscape::SnappedLineSegment> lines;
std::list<Inkscape::SnappedLine> grid_lines;
std::list<Inkscape::SnappedLine> guide_lines;
std::list<Inkscape::SnappedCurve> curves;