diff options
Diffstat (limited to 'src/nodepath.cpp')
| -rw-r--r-- | src/nodepath.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nodepath.cpp b/src/nodepath.cpp index 5345485e2..2b3ae46fc 100644 --- a/src/nodepath.cpp +++ b/src/nodepath.cpp @@ -3712,7 +3712,7 @@ node_request(SPKnot */*knot*/, NR::Point *p, guint state, gpointer data) } } - n->subpath->nodepath->desktop->scroll_to_point(p); + n->subpath->nodepath->desktop->scroll_to_point(*p); return TRUE; } |
