From 73be30984ee4f6aba4e8e48b075d471223d9e692 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 7 May 2015 10:19:47 -0400 Subject: [PATCH] Some TODO updates. --- box.c | 1 + 1 file changed, 1 insertion(+) diff --git a/box.c b/box.c index d97ce25b..ec298450 100644 --- a/box.c +++ b/box.c @@ -4,6 +4,7 @@ // TODO // - boxes inside boxes aren't updated on windows when padded changes +// - to be more precise, horizontal boxes don't update their spacing until after a horizontal resize (not a vertical one) struct box { uiBox b;