More TODOs.

This commit is contained in:
Pietro Gagliardi 2016-05-07 10:07:37 -04:00
parent b03aa35da8
commit e6592f6f04
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ struct uiBox {
[self->children addObject:bc];
[bc release]; // we don't need the initial reference now
// TODO if we comment out these next calls to recreateConstraints and have everything in updateConstraints then our -layout stuff doesn't work
[self recreateConstraints];
[self setNeedsUpdateConstraints:YES];
}