Fixed twitchy text.

This commit is contained in:
Pietro Gagliardi 2014-12-11 20:41:35 -05:00
parent 6690876c07
commit 6173857ee7
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ static void draw(struct table *t, HDC dc, RECT cliprect, RECT client)
ZeroMemory(&p, sizeof (struct drawCellParams));
p.row = 0;
p.column = 0;
p.x = r.left - t->hscrollpos;
p.x = r.left;
p.y = 100;
p.width = r.right - r.left;
p.height = rowHeight(t, dc, FALSE);