Some TODO updates.

This commit is contained in:
Pietro Gagliardi 2015-05-07 10:19:47 -04:00
parent 94da27c9ba
commit 73be30984e
1 changed files with 1 additions and 0 deletions

1
box.c
View File

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