summaryrefslogtreecommitdiffstats
path: root/src/snap-enums.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2011-09-18 17:09:29 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2011-09-18 17:09:29 +0000
commit344d9e8077c05b86e7d423b5db163b3e3e541032 (patch)
tree1734ecbec437e8d5d381989dc499d49fc656f859 /src/snap-enums.h
parentGerman translation update (diff)
downloadinkscape-344d9e8077c05b86e7d423b5db163b3e3e541032.tar.gz
inkscape-344d9e8077c05b86e7d423b5db163b3e3e541032.zip
Snap to guide-path intersections, and don't snap to paths when only path intersections are asked for
Fixed bugs: - https://launchpad.net/bugs/847457 - https://launchpad.net/bugs/850982 (bzr r10639)
Diffstat (limited to 'src/snap-enums.h')
-rw-r--r--src/snap-enums.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snap-enums.h b/src/snap-enums.h
index 8a95bb2dd..5ade54354 100644
--- a/src/snap-enums.h
+++ b/src/snap-enums.h
@@ -69,6 +69,7 @@ enum SnapTargetType {
SNAPTARGET_LINE_MIDPOINT,
SNAPTARGET_PATH,
SNAPTARGET_PATH_INTERSECTION,
+ SNAPTARGET_PATH_GUIDE_INTERSECTION,
SNAPTARGET_ELLIPSE_QUADRANT_POINT, // this corner is at the center of the stroke
SNAPTARGET_RECT_CORNER, // of a rectangle, so this corner is at the center of the stroke
//-------------------------------------------------------------------