mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-27 06:00:22 +00:00
rendernode: Fix typo
This commit is contained in:
parent
814b66e1a8
commit
df5e12fc1d
@ -1969,7 +1969,7 @@ gsk_transform_node_draw (GskRenderNode *node,
|
||||
else
|
||||
{
|
||||
cairo_set_source_rgb (cr, 255 / 255., 105 / 255., 180 / 255.);
|
||||
cairo_rectangle (cr, node->bounds.origin.x, node->bounds.origin.x, node->bounds.size.width, node->bounds.size.height);
|
||||
cairo_rectangle (cr, node->bounds.origin.x, node->bounds.origin.y, node->bounds.size.width, node->bounds.size.height);
|
||||
cairo_fill (cr);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user