Even more TODO refinement.

This commit is contained in:
Pietro Gagliardi 2015-05-07 10:30:26 -04:00
parent 74a8508f4a
commit a944e32f4e
1 changed files with 1 additions and 1 deletions

2
box.c
View File

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