summaryrefslogtreecommitdiffstats
path: root/src/snap.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2009-08-23 19:56:43 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2009-08-23 19:56:43 +0000
commitac652771931c1730c623848c75e8cbdd3f9fde84 (patch)
treec9c8830aad0888fdf8e8a547583dda4513001882 /src/snap.cpp
parentfix 417676 (diff)
downloadinkscape-ac652771931c1730c623848c75e8cbdd3f9fde84.tar.gz
inkscape-ac652771931c1730c623848c75e8cbdd3f9fde84.zip
- fix bug #414142 (Moving path nodes twice is hard when snap is enabled)
- constrained snap: use projected point to calculate the snap distance (bzr r8526)
Diffstat (limited to 'src/snap.cpp')
-rw-r--r--src/snap.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snap.cpp b/src/snap.cpp
index c03f2e1e6..545607889 100644
--- a/src/snap.cpp
+++ b/src/snap.cpp
@@ -393,7 +393,7 @@ Inkscape::SnappedPoint SnapManager::constrainedSnap(Inkscape::SnapPreferences::P
delete items_to_ignore;
}
- return findBestSnap(p, source_type, sc, true);
+ return findBestSnap(pp, source_type, sc, true);
}
/**