More TODOs.

This commit is contained in:
Pietro Gagliardi 2014-11-05 20:29:22 -05:00
parent fdd3720821
commit e7a5c4bfac
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ static void drawItem(struct table *t, HDC dc, intptr_t i, LONG y, LONG height, R
xoff = SendMessageW(t->header, HDM_GETBITMAPMARGIN, 0, 0);
// now draw the cells
// TODO check error from GetSysColor()?
if (SetTextColor(dc, GetSysColor(textColor)) == CLR_INVALID)
abort();
if (SetBkMode(dc, TRANSPARENT) == 0)