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/snap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/snap.cpp') diff --git a/src/snap.cpp b/src/snap.cpp index a6e165d50..3bee26f73 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -289,7 +289,7 @@ Inkscape::SnappedPoint SnapManager::guideSnap(NR::Point const &p, { // This method is used to snap a guide to nodes, while dragging the guide around - if (!(object.ThisSnapperMightSnap() && _snap_enabled_globally)) { + if (!(object.GuidesMightSnap() && _snap_enabled_globally)) { return Inkscape::SnappedPoint(p, NR_HUGE, 0, false); } -- cgit v1.2.3