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;