summaryrefslogtreecommitdiffstats
path: root/src/snap-enums.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2015-05-30 18:27:42 +0000
committerDiederik van Lierop <mail@diedenrezi.nl>2015-05-30 18:27:42 +0000
commitc4c42ebb66d55ca883ed93b2a72d26cd8a759a6d (patch)
tree37b2f5771b29ccd54c1d1428501266d5bba6057f /src/snap-enums.h
parentUpdating gtest version with newer attributes. (diff)
downloadinkscape-c4c42ebb66d55ca883ed93b2a72d26cd8a759a6d.tar.gz
inkscape-c4c42ebb66d55ca883ed93b2a72d26cd8a759a6d.zip
Snapping in node tool now also works when:
- when double clicking to insert a node on a path - when dragging a part of the path to deform it Fixed bugs: - https://launchpad.net/bugs/1448859 (bzr r14189)
Diffstat (limited to 'src/snap-enums.h')
-rw-r--r--src/snap-enums.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap-enums.h b/src/snap-enums.h
index c6ca97402..ab82aaf37 100644
--- a/src/snap-enums.h
+++ b/src/snap-enums.h
@@ -66,7 +66,7 @@ enum SnapTargetType {
SNAPTARGET_NODE_SMOOTH,
SNAPTARGET_NODE_CUSP,
SNAPTARGET_LINE_MIDPOINT,
- SNAPTARGET_PATH,
+ SNAPTARGET_PATH, // If path targets are added here, then also add them to the list in findBestSnap()
SNAPTARGET_PATH_PERPENDICULAR,
SNAPTARGET_PATH_TANGENTIAL,
SNAPTARGET_PATH_INTERSECTION,