From df4fbb12ed25801433df7e07572d2775a27e2926 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 13 Dec 2014 11:51:12 -0500 Subject: [PATCH] Fixed up some TODOs --- wintable/new/draw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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