diff options
| author | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-04-18 19:43:05 +0000 |
|---|---|---|
| committer | Diederik van Lierop <mailat-signdiedenrezidotnl> | 2010-04-18 19:43:05 +0000 |
| commit | 36eb7fb624e3a134c8cad002cc3906509cd2888b (patch) | |
| tree | f063cb9d71818d6feed83a1b3656e707d28ec67b /src/object-snapper.cpp | |
| parent | Fix for bug #455302 and bug #165529, also partially fixes bounding box of var... (diff) | |
| download | inkscape-36eb7fb624e3a134c8cad002cc3906509cd2888b.tar.gz inkscape-36eb7fb624e3a134c8cad002cc3906509cd2888b.zip | |
Fix bbox snapping as reported in LP bug #562205
Fixed bugs:
- https://launchpad.net/bugs/562205
(bzr r9351)
Diffstat (limited to 'src/object-snapper.cpp')
| -rw-r--r-- | src/object-snapper.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; } } } |
