diff options
| author | bulia byak <buliabyak@gmail.com> | 2008-07-14 19:35:02 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2008-07-14 19:35:02 +0000 |
| commit | 326a0c00da61f6b604f4acf63c0e3c32497837e9 (patch) | |
| tree | 1420b3301ef9cdf388be4bcdfb7e50f82ed9648d /src/display/sp-canvas.cpp | |
| parent | convert object to path: replace check for empty path with 2geomified method o... (diff) | |
| download | inkscape-326a0c00da61f6b604f4acf63c0e3c32497837e9.tar.gz inkscape-326a0c00da61f6b604f4acf63c0e3c32497837e9.zip | |
fix 248419
(bzr r6303)
Diffstat (limited to 'src/display/sp-canvas.cpp')
| -rw-r--r-- | src/display/sp-canvas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/display/sp-canvas.cpp b/src/display/sp-canvas.cpp index 3d63d7cdd..ba0209969 100644 --- a/src/display/sp-canvas.cpp +++ b/src/display/sp-canvas.cpp @@ -1708,7 +1708,7 @@ sp_canvas_paint_single_buffer (SPCanvas *canvas, int x0, int y0, int x1, int y1, x0 - canvas->x0, y0 - canvas->y0, x1 - x0, y1 - y0, GDK_RGB_DITHER_MAX, - b3.data.px, + NR_PIXBLOCK_PX(&b3), sw * 3, x0 - canvas->x0, y0 - canvas->y0); |
