forked from AuroraMiddleware/gtk
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:
parent
1a7239481c
commit
42f5856e77
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user