From fc192305a5194959167fce74e6ff0ff9f11447cf Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Wed, 5 Sep 2007 20:16:30 +0000 Subject: Improving the performance of the object snapper (bzr r3689) --- src/seltrans.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/seltrans.cpp') 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)); -- cgit v1.2.3