From c5a013aea106d8c7e4a0c7e55a8d292d8b4651f2 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 3 Aug 2015 12:10:47 -0400 Subject: [PATCH] ACTUALLY switched to tBoxContainer in box.m this time. --- redo/osxaltest/box.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redo/osxaltest/box.m b/redo/osxaltest/box.m index 3a6c7520..b4564874 100644 --- a/redo/osxaltest/box.m +++ b/redo/osxaltest/box.m @@ -30,7 +30,7 @@ { self = [super init]; if (self) { - self->v = [[NSView alloc] initWithFrame:NSZeroRect]; + self->v = [[tBoxContainer alloc] initWithFrame:NSZeroRect]; [self->v setTranslatesAutoresizingMaskIntoConstraints:NO]; self->children = [NSMutableArray new]; self->stretchy = [NSMutableArray new];