From: dvlierop2 Date: Wed, 27 Jun 2007 20:40:01 +0000 (+0000) Subject: snapping transformation center again... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=2c82518a489027757e4c7170e87174d5b9c8929d;p=inkscape.git snapping transformation center again... --- diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 8b101896f..8a557f5d0 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -786,6 +786,8 @@ void sp_item_snappoints(SPItem const *item, SnapPointsIter p) if (item_class.snappoints) { item_class.snappoints(item, p); } + + *p = item->getCenter(); } void