More TODOs.
This commit is contained in:
parent
896239371e
commit
20b6a3cf2a
|
@ -592,6 +592,7 @@ static void drawItem(struct table *t, HDC dc, intptr_t i, LONG y, LONG height, R
|
||||||
if (FillRect(dc, &rsel, background) == 0)
|
if (FillRect(dc, &rsel, background) == 0)
|
||||||
abort();
|
abort();
|
||||||
|
|
||||||
|
// TODO double-check to see if this takes any parameters
|
||||||
xoff = SendMessageW(t->header, HDM_GETBITMAPMARGIN, 0, 0);
|
xoff = SendMessageW(t->header, HDM_GETBITMAPMARGIN, 0, 0);
|
||||||
// now adjust for horizontal scrolling
|
// now adjust for horizontal scrolling
|
||||||
xoff -= t->hpos;
|
xoff -= t->hpos;
|
||||||
|
|
Loading…
Reference in New Issue