From a944e32f4ee02068a809c8a2dd05e36851cb1966 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 7 May 2015 10:30:26 -0400 Subject: [PATCH] Even more TODO refinement. --- box.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/box.c b/box.c index 839aba7e..ebc60c3b 100644 --- a/box.c +++ b/box.c @@ -3,7 +3,7 @@ #include "uipriv.h" // TODO -// - horizontal boxes (only) inside boxes aren't updated on Windows (only) when padded changes until a horizontal (only) resize +// - horizontal boxes (only) inside vertical boxes (and vice versa) aren't updated on Windows (only) when padded changes until a horizontal (only; vertical) resize struct box { uiBox b;