diff options
Diffstat (limited to 'widgets/table/e-cell.h')
-rw-r--r-- | widgets/table/e-cell.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h index b6c4e01e71..2ba74c01f5 100644 --- a/widgets/table/e-cell.h +++ b/widgets/table/e-cell.h @@ -59,7 +59,9 @@ typedef enum { E_CELL_EDITING = 1 << 4, - E_CELL_CURSOR = 1 << 5 + E_CELL_CURSOR = 1 << 5, + + E_CELL_PREEDIT = 1 << 6 } ECellFlags; typedef enum { |