From 36eb7fb624e3a134c8cad002cc3906509cd2888b Mon Sep 17 00:00:00 2001 From: Diederik van Lierop Date: Sun, 18 Apr 2010 21:43:05 +0200 Subject: Fix bbox snapping as reported in LP bug #562205 Fixed bugs: - https://launchpad.net/bugs/562205 (bzr r9351) --- src/object-snapper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/object-snapper.cpp') diff --git a/src/object-snapper.cpp b/src/object-snapper.cpp index 7d79a5e91..a3285b406 100644 --- a/src/object-snapper.cpp +++ b/src/object-snapper.cpp @@ -151,8 +151,8 @@ void Inkscape::ObjectSnapper::_findCandidates(SPObject* parent, // This item is within snapping range, so record it as a candidate _candidates->push_back(SnapCandidateItem(item, clip_or_mask, additional_affine)); // For debugging: print the id of the candidate to the console - //SPObject *obj = (SPObject*)item; - //std::cout << "Snap candidate added: " << obj->id << std::endl; + // SPObject *obj = (SPObject*)item; + // std::cout << "Snap candidate added: " << obj->getId() << std::endl; } } } -- cgit v1.2.3