diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-11-07 20:16:45 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-11-07 20:16:45 +0000 |
| commit | cd2ff7c27f5809358e151eba391b8f9d85b1eea1 (patch) | |
| tree | 00e79628d57b3c0535cfa042ba93c497e4b6efe0 /src/seltrans.cpp | |
| parent | i18n. Fixed palette makefile (see Bug #672228 can't compile: missing palettes... (diff) | |
| download | inkscape-cd2ff7c27f5809358e151eba391b8f9d85b1eea1.tar.gz inkscape-cd2ff7c27f5809358e151eba391b8f9d85b1eea1.zip | |
Leave constrained angular snapping to the snap manager, instead of handling it locally
(bzr r9880)
Diffstat (limited to 'src/seltrans.cpp')
| -rw-r--r-- | src/seltrans.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp index 9a1fdf4ad..7ea2a86c0 100644 --- a/src/seltrans.cpp +++ b/src/seltrans.cpp @@ -1656,6 +1656,7 @@ void Inkscape::SelTrans::_keepClosestPointOnly(std::vector<Inkscape::SnapCandida } } + closest_point.setSourceNum(-1); points.clear(); points.push_back(closest_point); } |
