diff options
Diffstat (limited to 'src/sp-item-group.cpp')
| -rw-r--r-- | src/sp-item-group.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp-item-group.cpp b/src/sp-item-group.cpp index f43f4ded9..f1035e9ee 100644 --- a/src/sp-item-group.cpp +++ b/src/sp-item-group.cpp @@ -301,7 +301,7 @@ static void sp_group_snappoints (SPItem const *item, SnapPointsIter p) if (SP_IS_ITEM(o) && !SP_IS_PATH(o)) { // getSnapPoints() and sp_group_snappoints are only being used in the selector tool, // which should not snap path nodes. Only the node tool should snap those. - sp_item_snappoints(SP_ITEM(o), p); + sp_item_snappoints(SP_ITEM(o), false, p); } } } |
