diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-14 16:23:32 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-14 16:23:32 -0500 |
| commit | 33f7ac1142c6670a3045f9dba02a5fb32738b8fa (patch) | |
| tree | fc9a1a475e3323132ca0152e840263015eb4de2d /wintable/new/header.h | |
| parent | f56ae488f0c9cf073f9b7ba2b4bde616ea702e59 (diff) | |
Unified all column width accesses to a columnWidth() function.
Diffstat (limited to 'wintable/new/header.h')
| -rw-r--r-- | wintable/new/header.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wintable/new/header.h b/wintable/new/header.h index d0fe457..709f3d6 100644 --- a/wintable/new/header.h +++ b/wintable/new/header.h @@ -68,6 +68,7 @@ static void updateTableWidth(struct table *t) t->width = 0; // TODO count dividers? + // TODO use columnWidth() for (i = 0; i < t->nColumns; i++) { ZeroMemory(&item, sizeof (HDITEMW)); item.mask = HDI_WIDTH; |
