diff options
| author | Pietro Gagliardi <[email protected]> | 2015-02-18 03:40:47 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-02-18 03:40:47 -0500 |
| commit | 8730cbf1c4acf658213c362c6f6bd86a7816355c (patch) | |
| tree | 21bbae33cb7d2e9e435708885d5a440c30754ba5 /wintable/draw.h | |
| parent | 9f8ae4051603d4d1bab02465c9662236644bb83d (diff) | |
"Fixed" the other Windows Table problem. Now to implement selection and fix the fonts...
Diffstat (limited to 'wintable/draw.h')
| -rw-r--r-- | wintable/draw.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/wintable/draw.h b/wintable/draw.h index 2c6267a..3aeb300 100644 --- a/wintable/draw.h +++ b/wintable/draw.h @@ -166,7 +166,6 @@ static void draw(struct table *t, HDC dc, RECT cliprect, RECT client) p.xoff = SendMessageW(t->header, HDM_GETBITMAPMARGIN, 0, 0); p.y = client.top; -printf("%d %d\n", t->vscrollpos, t->count); for (i = t->vscrollpos; i < t->count; i++) { p.row = i; p.x = client.left - t->hscrollpos; |
