Code

Snap to intersections of line segments
[inkscape.git] / src / sp-item-group.cpp
index f43f4ded952fd4c9f0be6a3a41969fa5a98f5b10..f1035e9eef6028a234a0eac680c841f90ed6808a 100644 (file)
@@ -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);
                }
        }
 }