diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2007-09-05 20:16:30 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2007-09-05 20:16:30 +0000 |
| commit | fc192305a5194959167fce74e6ff0ff9f11447cf (patch) | |
| tree | 98627181b625f5458c56c2a4bea9a06e82546fd9 /src/seltrans.cpp | |
| parent | again increase default pressure a bit (diff) | |
| download | inkscape-fc192305a5194959167fce74e6ff0ff9f11447cf.tar.gz inkscape-fc192305a5194959167fce74e6ff0ff9f11447cf.zip | |
Improving the performance of the object snapper
(bzr r3689)
Diffstat (limited to 'src/seltrans.cpp')
| -rw-r--r-- | src/seltrans.cpp | 3 |
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)); |
