Even more TODO updates.

This commit is contained in:
Pietro Gagliardi 2015-05-07 10:27:00 -04:00
parent 73be30984e
commit 74a8508f4a
1 changed files with 1 additions and 2 deletions

3
box.c
View File

@ -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;