From f707fb5d87ce216ecbf9c19e8429b32258268d55 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Mon, 30 Apr 2007 22:44:35 +0000 Subject: Fix bug #1077600 -> correct mirroring and no drifting of origin (bzr r2971) --- src/sp-shape.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/sp-shape.cpp') diff --git a/src/sp-shape.cpp b/src/sp-shape.cpp index 8d9b2296a..a0c26e8f5 100644 --- a/src/sp-shape.cpp +++ b/src/sp-shape.cpp @@ -1025,10 +1025,6 @@ static void sp_shape_snappoints(SPItem const *item, SnapPointsIter p) *p = bp->c(3) * i2d; bp++; } - - // Additionaly, add the center for snapping - *p = shape->getCenter(); - } -- cgit v1.2.3