From 38b7126449ab046a4a56633d859a89e1cc9faee7 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 11 Dec 2014 20:35:46 -0500 Subject: Fixed up the whole horizontal scroll glitching mess. Now to tackle the twitchy text... --- wintable/new/main.c | 1 - 1 file changed, 1 deletion(-) (limited to 'wintable/new/main.c') diff --git a/wintable/new/main.c b/wintable/new/main.c index 7d3c87e..e2f85d9 100644 --- a/wintable/new/main.c +++ b/wintable/new/main.c @@ -26,7 +26,6 @@ // TODO // - should tablePanic be CALLBACK or some other equivalent macro? and definitely export initTable somehow, but which alias macro to use? // - make panic messages grammatically correct ("Table error: adding...") -// - figure out how to handle the situation where we resize the table width to less than the width of the client rect... #define tableWindowClass L"gouitable" -- cgit v1.2.3