From bbd4e71d4de9ec0a9e49cae8fc0242e1cd2c8cf3 Mon Sep 17 00:00:00 2001 From: buliabyak Date: Mon, 14 Jul 2008 19:35:02 +0000 Subject: [PATCH] fix 248419 --- src/display/sp-canvas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2