diff options
Diffstat (limited to 'src/sp-item.cpp')
| -rw-r--r-- | src/sp-item.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
