From: buliabyak Date: Mon, 14 Jul 2008 19:35:02 +0000 (+0000) Subject: fix 248419 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bbd4e71d4de9ec0a9e49cae8fc0242e1cd2c8cf3;p=inkscape.git fix 248419 --- 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);