diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-03-15 21:08:02 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-03-15 21:08:02 +0000 |
| commit | e6a7b16084f21efb8268abfa6e8773b089cf740f (patch) | |
| tree | 5938368bcddd877797cdc5cefa370df3f704d1e6 /src/knot-holder-entity.h | |
| parent | store default size in lpe::ArrayParam (diff) | |
| download | inkscape-e6a7b16084f21efb8268abfa6e8773b089cf740f.tar.gz inkscape-e6a7b16084f21efb8268abfa6e8773b089cf740f.zip | |
Implement constrained snapping when dragging the position and size handles of a rectangle in the node tool, with the ctrl-key being pressed.
(bzr r7497)
Diffstat (limited to 'src/knot-holder-entity.h')
| -rw-r--r-- | src/knot-holder-entity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knot-holder-entity.h b/src/knot-holder-entity.h index c8fd29ddf..7414f3d45 100644 --- a/src/knot-holder-entity.h +++ b/src/knot-holder-entity.h @@ -58,7 +58,7 @@ public: //private: Geom::Point snap_knot_position(Geom::Point const &p); - Geom::Point snap_knot_position_constrained(Geom::Point const &p, Inkscape::Snapper::ConstraintLine const &constraint); + Geom::Point snap_knot_position_constrained(Geom::Point const &p, Inkscape::Snapper::ConstraintLine const &constraint, bool const snap_projection); SPKnot *knot; SPItem *item; |
