diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-09-11 21:44:48 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-09-11 21:44:48 +0000 |
| commit | 4c9d5ef55883fd94094371813f80cfef0befcf74 (patch) | |
| tree | 2705753419ba635ce155a5821b55ec481af19125 /src/rubberband.cpp | |
| parent | Make tooltip reflect the correct range for calligraphy angle fixation (diff) | |
| download | inkscape-4c9d5ef55883fd94094371813f80cfef0befcf74.tar.gz inkscape-4c9d5ef55883fd94094371813f80cfef0befcf74.zip | |
convert almost all libnrtype to Geom::
(bzr r6793)
Diffstat (limited to 'src/rubberband.cpp')
| -rw-r--r-- | src/rubberband.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rubberband.cpp b/src/rubberband.cpp index bfe73a43d..97a260f0f 100644 --- a/src/rubberband.cpp +++ b/src/rubberband.cpp @@ -79,7 +79,7 @@ void Inkscape::Rubberband::move(NR::Point const &p) return; _end = p; - _desktop->scroll_to_point(&p); + _desktop->scroll_to_point(p); _touchpath_curve->lineto(p); NR::Point next = _desktop->d2w(p); |
