Fixed the last of the redrawing issues.

This commit is contained in:
Pietro Gagliardi 2014-10-19 23:51:42 -04:00
parent 09b5fefac2
commit b7e752196a
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ static void drawItems(struct table *t, HDC dc, RECT cliprect)
if (last >= t->count)
last = t->count;
y = 0;
y = first * tm.tmHeight;
for (i = first; i < last; i++) {
RECT rsel;
HBRUSH background;