[evolution] Bug 740197 - Month view doesn't always indicate excess appointments



commit bec6c8c59f959bd0f04bef1069989f4568e7743c
Author: Milan Crha <mcrha redhat com>
Date:   Mon Nov 24 12:23:47 2014 +0100

    Bug 740197 - Month view doesn't always indicate excess appointments

 libgnomecanvas/gnome-canvas-pixbuf.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/libgnomecanvas/gnome-canvas-pixbuf.c b/libgnomecanvas/gnome-canvas-pixbuf.c
index 1250897..87c3c26 100644
--- a/libgnomecanvas/gnome-canvas-pixbuf.c
+++ b/libgnomecanvas/gnome-canvas-pixbuf.c
@@ -272,6 +272,9 @@ gnome_canvas_pixbuf_draw (GnomeCanvasItem *item,
 
        gnome_canvas_item_i2c_matrix (item, &matrix);
 
+       matrix.x0 -= x;
+       matrix.y0 -= y;
+
        cairo_save (cr);
        cairo_transform (cr, &matrix);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]