diff options
| author | Diederik van Lierop <mail@diedenrezi.nl> | 2008-11-26 19:55:59 +0000 |
|---|---|---|
| committer | dvlierop2 <dvlierop2@users.sourceforge.net> | 2008-11-26 19:55:59 +0000 |
| commit | 0d8ddffc383ab6e3448498b2867a20a713b5cf25 (patch) | |
| tree | 6f3faa43474eb23e3173b4ec0b91f2875629f4a6 /src/context-fns.cpp | |
| parent | Defined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia... (diff) | |
| download | inkscape-0d8ddffc383ab6e3448498b2867a20a713b5cf25.tar.gz inkscape-0d8ddffc383ab6e3448498b2867a20a713b5cf25.zip | |
When snapping only the closest node, draw an indicator at that node
(bzr r6903)
Diffstat (limited to 'src/context-fns.cpp')
| -rw-r--r-- | src/context-fns.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context-fns.cpp b/src/context-fns.cpp index c394e38ca..399e85154 100644 --- a/src/context-fns.cpp +++ b/src/context-fns.cpp @@ -204,7 +204,7 @@ Geom::Rect Inkscape::snap_rectangular_box(SPDesktop const *desktop, SPItem *item } if (snappoint.getSnapped()) { - desktop->snapindicator->set_new_snappoint(snappoint); + desktop->snapindicator->set_new_snaptarget(snappoint); } p[0] = sp_desktop_dt2root_xy_point(desktop, p[0]); |
