treeview: render a frame around the rows, after drawing their background

https://bugzilla.gnome.org/show_bug.cgi?id=650424
This commit is contained in:
Cosimo Cecchi 2011-05-16 23:03:09 -04:00
parent 1a7239481c
commit 42f5856e77

View File

@ -4997,6 +4997,13 @@ gtk_tree_view_bin_draw (GtkWidget *widget,
background_area.width,
background_area.height);
/* Draw frame */
gtk_render_frame (context, cr,
background_area.x,
background_area.y,
background_area.width,
background_area.height);
if (gtk_tree_view_is_expander_column (tree_view, column))
{
if (!rtl)