diff options
Diffstat (limited to 'widgets/table')
-rw-r--r-- | widgets/table/e-table-group-container.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-group-container.c b/widgets/table/e-table-group-container.c index 194e744f8c..fbcc523ada 100644 --- a/widgets/table/e-table-group-container.c +++ b/widgets/table/e-table-group-container.c @@ -391,6 +391,7 @@ etgc_add (ETableGroup *etg, gint row) "font_gdk", etgc->font, "anchor", GTK_ANCHOR_SW, "fill_color", "black", + "draw_background", FALSE, NULL); child = e_table_group_new (GNOME_CANVAS_GROUP (etgc), etg->full_header, etg->header, etg->model, etgc->sort_info, etgc->n + 1); |