diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-01-19 20:16:06 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-01-19 20:16:06 +0000 |
| commit | db3380152e87e88c89691882ffb32bef78db07b0 (patch) | |
| tree | 1434568dd36fb239fe900b327c5adb677fdff1c9 /src/snapped-curve.h | |
| parent | scour extension update (v0.23) (diff) | |
| download | inkscape-db3380152e87e88c89691882ffb32bef78db07b0.tar.gz inkscape-db3380152e87e88c89691882ffb32bef78db07b0.zip | |
When snapping to a bounding box, flash that bounding box together with the snap indicator
(bzr r8999)
Diffstat (limited to 'src/snapped-curve.h')
| -rw-r--r-- | src/snapped-curve.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snapped-curve.h b/src/snapped-curve.h index 4eea6e734..21124c678 100644 --- a/src/snapped-curve.h +++ b/src/snapped-curve.h @@ -24,7 +24,7 @@ class SnappedCurve : public SnappedPoint { public: SnappedCurve(); - SnappedCurve(Geom::Point const &snapped_point, Geom::Coord const &snapped_distance, Geom::Coord const &snapped_tolerance, bool const &always_snap, bool const &fully_constrained, Geom::Curve const *curve, SnapSourceType source, long source_num, SnapTargetType target); + SnappedCurve(Geom::Point const &snapped_point, Geom::Coord const &snapped_distance, Geom::Coord const &snapped_tolerance, bool const &always_snap, bool const &fully_constrained, Geom::Curve const *curve, SnapSourceType source, long source_num, SnapTargetType target, Geom::OptRect target_bbox); ~SnappedCurve(); Inkscape::SnappedPoint intersect(SnappedCurve const &curve, Geom::Point const &p, Geom::Matrix dt2doc) const; //intersect with another SnappedCurve |
