From ba5a49daeda8a7479226be6f01a1a94de849e7c4 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Fri, 24 Apr 2009 20:31:23 +0000 Subject: Two minor snapping fixes (bzr r7770) --- src/sp-item.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp-item.cpp') diff --git a/src/sp-item.cpp b/src/sp-item.cpp index 996804cd3..ff3952c25 100644 --- a/src/sp-item.cpp +++ b/src/sp-item.cpp @@ -974,7 +974,7 @@ void sp_item_snappoints(SPItem const *item, bool const target, SnapPointsWithTyp // Get the snappoints at the item's center if (snapprefs != NULL && snapprefs->getIncludeItemCenter()) { - p.push_back(std::make_pair(item->getCenter(), target ? int(Inkscape::SNAPTARGET_OBJECT_MIDPOINT) : int(Inkscape::SNAPSOURCE_OBJECT_MIDPOINT))); + p.push_back(std::make_pair(item->getCenter(), target ? int(Inkscape::SNAPTARGET_ROTATION_CENTER) : int(Inkscape::SNAPSOURCE_ROTATION_CENTER))); } // Get the snappoints of clipping paths and mask, if any -- cgit v1.2.3