diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-03-25 22:12:45 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-03-25 22:12:45 +0000 |
| commit | 8a5bebb2b8946eee675c7fee4f7448d5d42e71b6 (patch) | |
| tree | 52a6480eccdb74cdaca13d88e7f6fc5528be3b71 /src/snap.cpp | |
| parent | whitespace. tab to spaces. improve readability (diff) | |
| download | inkscape-8a5bebb2b8946eee675c7fee4f7448d5d42e71b6.tar.gz inkscape-8a5bebb2b8946eee675c7fee4f7448d5d42e71b6.zip | |
Major overhaul of the selector tool's internals to improve handling of transformations, origins and snapping, for both visual and geometric bounding boxes (see for example bug #174046 in Launchpad)
(bzr r5189)
Diffstat (limited to 'src/snap.cpp')
| -rw-r--r-- | src/snap.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/snap.cpp b/src/snap.cpp index 093ae10e3..639e704b0 100644 --- a/src/snap.cpp +++ b/src/snap.cpp @@ -13,7 +13,7 @@ * * Copyright (C) 2006-2007 Johan Engelen <johan@shouraizou.nl> * Copyrigth (C) 2004 Nathan Hurst - * Copyright (C) 1999-2002 Authors + * Copyright (C) 1999-2008 Authors * * Released under GNU GPL, read the file 'COPYING' for more information */ @@ -178,7 +178,8 @@ bool SnapManager::getSnapModeGuide() const Inkscape::SnappedPoint SnapManager::freeSnap(Inkscape::Snapper::PointType t, NR::Point const &p, - SPItem const *it) const + SPItem const *it, + NR::Maybe<NR::Point> point_not_to_snap_to) const { std::list<SPItem const *> lit; |
