diff options
Diffstat (limited to 'widgets/table/e-table-group-leaf.h')
-rw-r--r-- | widgets/table/e-table-group-leaf.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h index 680ee37347..27407148b9 100644 --- a/widgets/table/e-table-group-leaf.h +++ b/widgets/table/e-table-group-leaf.h @@ -32,7 +32,8 @@ typedef struct { ETableSubset *ets; guint is_grouped : 1; - guint draw_grid : 1; + guint horizontal_draw_grid : 1; + guint vertical_draw_grid : 1; guint draw_focus : 1; ECursorMode cursor_mode; |