From 060b062045965188d539ad5542b44f7a25c350f6 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 16 Dec 2014 18:48:14 -0500 Subject: [PATCH] More TODOs. --- wintable/new/select.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wintable/new/select.h b/wintable/new/select.h index fec8ba8..00b1d8d 100644 --- a/wintable/new/select.h +++ b/wintable/new/select.h @@ -83,6 +83,7 @@ static void doselect(struct table *t, intptr_t row, intptr_t column) noScroll: // now redraw the old and new /rows/ // we do this after scrolling so the rectangles to be invalidated make sense + // TODO this doesn't work correctly if we're deselecting r.left = client.left; r.right = client.right; if (oldrow != -1 && oldrow >= t->vscrollpos) {