summaryrefslogtreecommitdiffstats
path: root/src/snap.h
diff options
context:
space:
mode:
authorDiederik van Lierop <mailat-signdiedenrezidotnl>2010-11-17 21:17:44 +0000
committerDiederik van Lierop <mailat-signdiedenrezidotnl>2010-11-17 21:17:44 +0000
commita6ba6ad5e29d23ba866e4d8bda61b4f18e053ba1 (patch)
tree036cc9271c4e6ecafe6ffcf75318eb13df63bb4b /src/snap.h
parentExtensions. Removing tooltips from color>randomize (see Bug #676419). (diff)
downloadinkscape-a6ba6ad5e29d23ba866e4d8bda61b4f18e053ba1.tar.gz
inkscape-a6ba6ad5e29d23ba866e4d8bda61b4f18e053ba1.zip
Shift should disable snapping when dragging the rotation center of an object
(bzr r9903)
Diffstat (limited to 'src/snap.h')
-rw-r--r--src/snap.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/snap.h b/src/snap.h
index 3c9af7d51..c79bd308a 100644
--- a/src/snap.h
+++ b/src/snap.h
@@ -135,8 +135,9 @@ public:
Geom::OptRect const &bbox_to_snap = Geom::OptRect()) const;
Inkscape::SnappedPoint multipleConstrainedSnaps(Inkscape::SnapCandidatePoint const &p,
- std::vector<Inkscape::Snapper::SnapConstraint> const &constraints,
- Geom::OptRect const &bbox_to_snap = Geom::OptRect()) const;
+ std::vector<Inkscape::Snapper::SnapConstraint> const &constraints,
+ bool dont_snap = false,
+ Geom::OptRect const &bbox_to_snap = Geom::OptRect()) const;
Inkscape::SnappedPoint constrainedAngularSnap(Inkscape::SnapCandidatePoint const &p,
boost::optional<Geom::Point> const &p_ref,