ACTUALLY switched to tBoxContainer in box.m this time.

This commit is contained in:
Pietro Gagliardi 2015-08-03 12:10:47 -04:00
parent 64f36f8e74
commit c5a013aea1
1 changed files with 1 additions and 1 deletions

View File

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