[gtk+/wip/otte/rendernode] xxx: 81ba6e6



commit 742ec36a0b015520b0ff236807b80c91bc1d4479
Author: Benjamin Otte <otte redhat com>
Date:   Tue Dec 13 09:25:06 2016 +0100

    xxx: 81ba6e6

 gsk/gskrendernodeimpl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gsk/gskrendernodeimpl.c b/gsk/gskrendernodeimpl.c
index 764b702..161fec5 100644
--- a/gsk/gskrendernodeimpl.c
+++ b/gsk/gskrendernodeimpl.c
@@ -605,7 +605,7 @@ gsk_transform_node_draw (GskRenderNode *node,
       gsk_render_node_get_bounds (node, &bounds);
 
       cairo_set_source_rgb (cr, 255 / 255., 105 / 255., 180 / 255.);
-      cairo_rectangle (cr, bounds.origin.x, bounds.origin.x, bounds.size.width, bounds.size.height);
+      cairo_rectangle (cr, bounds.origin.x, bounds.origin.y, bounds.size.width, bounds.size.height);
       cairo_fill (cr);
     }
 }


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