Code

fix pasting style after copying a text span
[inkscape.git] / src / sp-item.cpp
index 8971c3abbd240951e11d07d2012ac7ec74589e6a..2ac480341a4ef469a9194ed439bff6f249a517ea 100644 (file)
@@ -973,7 +973,7 @@ void sp_item_snappoints(SPItem const *item, SnapPointsIter p, Inkscape::SnapPref
 
     // Get the snappoints at the item's center
     if (snapprefs != NULL && snapprefs->getIncludeItemCenter()) {
-        *p = item->getCenter();
+       *p = item->getCenter();
     }
 
     // Get the snappoints of clipping paths and mask, if any