summaryrefslogtreecommitdiffstats
path: root/src/context-fns.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/context-fns.cpp')
-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]);