From 74a8508f4a629b57d28c01b0ab9b444ebaa99fcb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 7 May 2015 10:27:00 -0400 Subject: [PATCH] Even more TODO updates. --- box.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/box.c b/box.c index ec298450..839aba7e 100644 --- a/box.c +++ b/box.c @@ -3,8 +3,7 @@ #include "uipriv.h" // 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) +// - horizontal boxes (only) inside boxes aren't updated on Windows (only) when padded changes until a horizontal (only) resize struct box { uiBox b;