diff options
| author | Johan B. C. Engelen <jbc.engelen@swissonline.ch> | 2008-07-17 22:00:40 +0000 |
|---|---|---|
| committer | johanengelen <johanengelen@users.sourceforge.net> | 2008-07-17 22:00:40 +0000 |
| commit | b8d2a2d3b528d90cd88f96fd4a32b077c98776d5 (patch) | |
| tree | aa819f1acb877a25050e6dd559ba2b07daf69154 /src/pen-context.cpp | |
| parent | NR::Point : add cast operator to Geom::Point (diff) | |
| download | inkscape-b8d2a2d3b528d90cd88f96fd4a32b077c98776d5.tar.gz inkscape-b8d2a2d3b528d90cd88f96fd4a32b077c98776d5.zip | |
convert all SPCurve's points and matrices arguments and return types to 2Geom
(bzr r6339)
Diffstat (limited to 'src/pen-context.cpp')
| -rw-r--r-- | src/pen-context.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pen-context.cpp b/src/pen-context.cpp index e62d45192..46ae695fb 100644 --- a/src/pen-context.cpp +++ b/src/pen-context.cpp @@ -1104,7 +1104,7 @@ pen_handle_key_press(SPPenContext *const pc, GdkEvent *event) pc->p[1] = pc->p[0]; } NR::Point const pt(( pc->npoints < 4 - ? crv->finalPoint() + ? from_2geom(crv->finalPoint()) : pc->p[3] )); pc->npoints = 2; pc->green_curve->backspace(); |
