diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-01-08 22:02:30 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-01-08 22:02:30 +0000 |
| commit | 2e4d6d939ca10dba36cf0ddf89e9551b8811a461 (patch) | |
| tree | cdd1577fb125c1af696870cfcccb995477cc0ffb /src/object-snapper.h | |
| parent | matching brackets (diff) | |
| download | inkscape-2e4d6d939ca10dba36cf0ddf89e9551b8811a461.tar.gz inkscape-2e4d6d939ca10dba36cf0ddf89e9551b8811a461.zip | |
Fix LP #181020: When snapping a guide, now only the part of the guide near the pointer is considered
(bzr r4435)
Diffstat (limited to 'src/object-snapper.h')
| -rw-r--r-- | src/object-snapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/object-snapper.h b/src/object-snapper.h index a2d199c87..73c622517 100644 --- a/src/object-snapper.h +++ b/src/object-snapper.h @@ -88,6 +88,7 @@ public: NR::Point const &guide_normal) const; bool ThisSnapperMightSnap() const; + bool GuidesMightSnap() const; private: //store some lists of candidates, points and paths, so we don't have to rebuild them for each point we want to snap |
