ACTUALLY switched to tBoxContainer in box.m this time.
This commit is contained in:
parent
64f36f8e74
commit
c5a013aea1
|
@ -30,7 +30,7 @@
|
||||||
{
|
{
|
||||||
self = [super init];
|
self = [super init];
|
||||||
if (self) {
|
if (self) {
|
||||||
self->v = [[NSView alloc] initWithFrame:NSZeroRect];
|
self->v = [[tBoxContainer alloc] initWithFrame:NSZeroRect];
|
||||||
[self->v setTranslatesAutoresizingMaskIntoConstraints:NO];
|
[self->v setTranslatesAutoresizingMaskIntoConstraints:NO];
|
||||||
self->children = [NSMutableArray new];
|
self->children = [NSMutableArray new];
|
||||||
self->stretchy = [NSMutableArray new];
|
self->stretchy = [NSMutableArray new];
|
||||||
|
|
Loading…
Reference in New Issue