summaryrefslogtreecommitdiffstats
path: root/src/context-fns.cpp
diff options
context:
space:
mode:
authorDiederik van Lierop <mail@diedenrezi.nl>2008-11-26 19:55:59 +0000
committerdvlierop2 <dvlierop2@users.sourceforge.net>2008-11-26 19:55:59 +0000
commit0d8ddffc383ab6e3448498b2867a20a713b5cf25 (patch)
tree6f3faa43474eb23e3173b4ec0b91f2875629f4a6 /src/context-fns.cpp
parentDefined HAVE_OPENMP in build.xml and included config.h from nr-filter-gaussia... (diff)
downloadinkscape-0d8ddffc383ab6e3448498b2867a20a713b5cf25.tar.gz
inkscape-0d8ddffc383ab6e3448498b2867a20a713b5cf25.zip
When snapping only the closest node, draw an indicator at that node
(bzr r6903)
Diffstat (limited to '')
-rw-r--r--src/context-fns.cpp2
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]);