Some TODO updates.
This commit is contained in:
parent
94da27c9ba
commit
73be30984e
1
box.c
1
box.c
|
@ -4,6 +4,7 @@
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
// - boxes inside boxes aren't updated on windows when padded changes
|
// - 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 {
|
struct box {
|
||||||
uiBox b;
|
uiBox b;
|
||||||
|
|
Loading…
Reference in New Issue