Queue a redraw. (#160679, Damon Chaplin)
2004-12-07 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellview.c (gtk_cell_view_set_background_color): Queue a redraw. (#160679, Damon Chaplin)
This commit is contained in:

committed by
Matthias Clasen

parent
750e4ae0cf
commit
a9fbbcb5ec
@ -1096,6 +1096,8 @@ gtk_cell_view_set_background_color (GtkCellView *cell_view,
|
||||
g_object_notify (G_OBJECT (cell_view), "background_set");
|
||||
}
|
||||
}
|
||||
|
||||
gtk_widget_queue_draw (GTK_WIDGET (cellview));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user