diff options
Diffstat (limited to 'src/snapped-point.cpp')
| -rw-r--r-- | src/snapped-point.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapped-point.cpp b/src/snapped-point.cpp index 8f774f793..52f0a7839 100644 --- a/src/snapped-point.cpp +++ b/src/snapped-point.cpp @@ -127,7 +127,7 @@ bool getClosestSP(std::list<Inkscape::SnappedPoint> const &list, Inkscape::Snapp bool Inkscape::SnappedPoint::isOtherSnapBetter(Inkscape::SnappedPoint const &other_one, bool weighted) const { - if (!other_one.getSnapped()) { + if (getSnapped() && !other_one.getSnapped()) { return false; } |
