diff options
| author | Pietro Gagliardi <[email protected]> | 2015-01-06 03:11:10 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-01-06 03:11:46 -0500 |
| commit | 2bc7926abac68ea7b10ec545b23398825b801ed5 (patch) | |
| tree | 911fd078c2097467233b1d32cbacde9b3b099668 /wintable/new/main.c | |
| parent | bf4b590b55b8f8a74856de4adb105a3f6b0fdd49 (diff) | |
Don't maintain the metaphor. The real listview doesn't, so we won't either. (Remember that we want to be as behavior-compatible with the real listview as possible.)
Diffstat (limited to 'wintable/new/main.c')
| -rw-r--r-- | wintable/new/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wintable/new/main.c b/wintable/new/main.c index e4d136c..7ee7306 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -29,7 +29,6 @@ // - make panic messages grammatically correct ("Table error: adding...") // - make access to column widths consistent; see whether HDITEMW.cxy == (ITEMRECT.right - ITEMRECT.left) // - make sure all uses of t->headerHeight are ADDED to RECT.top -// - do we maintain the scrolling metaphor? // - WM_THEMECHANGED, etc. // - see if vertical centering is really what we want or if we just want to offset by a few pixels or so // - going right from column 0 to column 2 with the right arrow key deselects |
