diff options
| author | Pietro Gagliardi <[email protected]> | 2014-12-13 11:51:12 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-12-13 11:51:12 -0500 |
| commit | df4fbb12ed25801433df7e07572d2775a27e2926 (patch) | |
| tree | 3950e2b49af1f2a3b9db77dfde7dbf65987dd0ba | |
| parent | 7b9b41d6cc2d5ea12079a065daf560fe79ca5bb7 (diff) | |
Fixed up some TODOs
| -rw-r--r-- | wintable/new/draw.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wintable/new/draw.h b/wintable/new/draw.h index 761c133..eec49b2 100644 --- a/wintable/new/draw.h +++ b/wintable/new/draw.h @@ -24,7 +24,7 @@ static void drawCell(struct table *t, HDC dc, struct drawCellParams *p) // TODO verify these two background = (HBRUSH) (COLOR_WINDOW + 1); textColor = COLOR_WINDOWTEXT; - // TODO get rid of the selectedRow/selectedColumn bits + // TODO get rid of the selectedColumn bits if (t->selectedRow == p->row && t->selectedColumn == p->column) { // these are the colors wine uses (http://source.winehq.org/source/dlls/comctl32/listview.c) // the two for unfocused are also suggested by http://stackoverflow.com/questions/10428710/windows-forms-inactive-highlight-color |
