From 2e4d6d939ca10dba36cf0ddf89e9551b8811a461 Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Tue, 8 Jan 2008 22:02:30 +0000 Subject: Fix LP #181020: When snapping a guide, now only the part of the guide near the pointer is considered (bzr r4435) --- src/object-snapper.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/object-snapper.h') 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 -- cgit v1.2.3