From e6592f6f045bcce3da85867ebd32244abb1c8f4c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 7 May 2016 10:07:37 -0400 Subject: [PATCH] More TODOs. --- darwin/box.m | 1 + 1 file changed, 1 insertion(+) diff --git a/darwin/box.m b/darwin/box.m index 14182e67..06bb4f93 100644 --- a/darwin/box.m +++ b/darwin/box.m @@ -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]; }