diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2009-02-20 21:49:07 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2009-02-20 21:49:07 +0000 |
| commit | 7860d701fd23d8e5f03086c249d30759732f07fd (patch) | |
| tree | c3b8f351366407783eb5c96ba4fcdbbc7a132da9 /src/snapper.h | |
| parent | Some filters and extensions updates (diff) | |
| download | inkscape-7860d701fd23d8e5f03086c249d30759732f07fd.tar.gz inkscape-7860d701fd23d8e5f03086c249d30759732f07fd.zip | |
The snap indicator's tooltip now displays "A to B", whereas before it only displayed "B".
(bzr r7335)
Diffstat (limited to 'src/snapper.h')
| -rw-r--r-- | src/snapper.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/snapper.h b/src/snapper.h index 49f277411..08b10e41b 100644 --- a/src/snapper.h +++ b/src/snapper.h @@ -59,10 +59,11 @@ public: virtual void freeSnap(SnappedConstraints &/*sc*/, SnapPreferences::PointType const &/*t*/, Geom::Point const &/*p*/, + SnapSourceType const &/*source_type*/, bool const &/*first_point*/, Geom::OptRect const &/*bbox_to_snap*/, std::vector<SPItem const *> const */*it*/, - std::vector<Geom::Point> */*unselected_nodes*/) const {}; + std::vector<std::pair<Geom::Point, int> > */*unselected_nodes*/) const {}; class ConstraintLine { @@ -97,6 +98,7 @@ public: virtual void constrainedSnap(SnappedConstraints &/*sc*/, SnapPreferences::PointType const &/*t*/, Geom::Point const &/*p*/, + SnapSourceType const &/*source_type*/, bool const &/*first_point*/, Geom::OptRect const &/*bbox_to_snap*/, ConstraintLine const &/*c*/, |
