Even more TODO updates.
This commit is contained in:
parent
73be30984e
commit
74a8508f4a
3
box.c
3
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;
|
||||
|
|
Loading…
Reference in New Issue