From 15155264505abb9f9f9d222057008b084fae62fa Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Wed, 27 Jun 2007 20:40:01 +0000 Subject: snapping transformation center again... (bzr r3149) --- src/sp-item.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') 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 -- cgit v1.2.3