summaryrefslogtreecommitdiffstats
path: root/src/seltrans.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/seltrans.cpp')
-rw-r--r--src/seltrans.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/seltrans.cpp b/src/seltrans.cpp
index ad37e24cf..d9566d091 100644
--- a/src/seltrans.cpp
+++ b/src/seltrans.cpp
@@ -1522,8 +1522,7 @@ void Inkscape::SelTrans::moveTo(NR::Point const &xy, guint state)
} else {
/* Snap to things with no constraint */
-
- s.push_back(m.freeSnapTranslation(Inkscape::Snapper::SNAPPOINT_BBOX,
+ s.push_back(m.freeSnapTranslation(Inkscape::Snapper::SNAPPOINT_BBOX,
_bbox_points, it, dxy));
s.push_back(m.freeSnapTranslation(Inkscape::Snapper::SNAPPOINT_NODE,
_snap_points, it, dxy));