forked from AuroraMiddleware/gtk
ChangeLog
This commit is contained in:
parent
1afc96a702
commit
513a06e966
@ -2533,7 +2533,7 @@ draw_row (GtkCList * clist,
|
||||
if (!gdk_rectangle_intersect (area, &row_rectangle, &intersect_rectangle))
|
||||
return;
|
||||
|
||||
if (clist_row->state == GTK_STATE_SELECTED || clist_row->fg_set)
|
||||
if (clist_row->state == GTK_STATE_SELECTED || clist_row->bg_set)
|
||||
gdk_draw_rectangle (clist->clist_window,
|
||||
bg_gc,
|
||||
TRUE,
|
||||
@ -2572,7 +2572,7 @@ draw_row (GtkCList * clist,
|
||||
cell_rectangle.height);
|
||||
}
|
||||
|
||||
if (clist_row->state == GTK_STATE_SELECTED || clist_row->fg_set)
|
||||
if (clist_row->state == GTK_STATE_SELECTED || clist_row->bg_set)
|
||||
gdk_draw_rectangle (clist->clist_window,
|
||||
bg_gc,
|
||||
TRUE,
|
||||
|
Loading…
Reference in New Issue
Block a user