diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2011-09-16 23:00:05 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mail@diedenrezi.nl> | 2011-09-16 23:00:05 +0000 |
| commit | ee17bac8a5d9b6bf840272885c1eda57c45fb4ad (patch) | |
| tree | 2df5e6001c742e2f7a73007977c75ecd86fb7947 /src/snap.cpp | |
| parent | Correct the formula of the displacement map so that zero alpha value (diff) | |
| download | inkscape-ee17bac8a5d9b6bf840272885c1eda57c45fb4ad.tar.gz inkscape-ee17bac8a5d9b6bf840272885c1eda57c45fb4ad.zip | |
Node tool, transforming a set of nodes: Fix crashes, and finish implementation of snapping
Fixed bugs:
- https://launchpad.net/bugs/590261
(bzr r10633)
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 5f65b643d..ac2abd63b 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -411,6 +411,7 @@ Inkscape::SnappedPoint SnapManager::constrainedSnap(Inkscape::SnapCandidatePoint result = findBestSnap(p, isr, true); + if (result.getSnapped()) { // only change the snap indicator if we really snapped to something if (_snapindicator && _desktop) { |
