Even more TODO refinement.
This commit is contained in:
parent
74a8508f4a
commit
a944e32f4e
2
box.c
2
box.c
|
@ -3,7 +3,7 @@
|
|||
#include "uipriv.h"
|
||||
|
||||
// TODO
|
||||
// - horizontal boxes (only) inside boxes aren't updated on Windows (only) when padded changes until a horizontal (only) resize
|
||||
// - horizontal boxes (only) inside vertical boxes (and vice versa) aren't updated on Windows (only) when padded changes until a horizontal (only; vertical) resize
|
||||
|
||||
struct box {
|
||||
uiBox b;
|
||||
|
|
Loading…
Reference in New Issue