diff options
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r-- | widgets/table/e-table.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h index 9900821eb7..30c2887cd0 100644 --- a/widgets/table/e-table.h +++ b/widgets/table/e-table.h @@ -108,7 +108,7 @@ typedef struct { guint is_grouped : 1; - guint scroll_down : 1; + guint scroll_direction : 4; guint do_drag : 1; |