Fixed a labelling error.
This commit is contained in:
parent
32ef7c3fd3
commit
d110a836ba
|
@ -248,7 +248,7 @@ struct uiBox {
|
||||||
NSLayoutRelationEqual,
|
NSLayoutRelationEqual,
|
||||||
self, self->secondaryEnd,
|
self, self->secondaryEnd,
|
||||||
1, 0,
|
1, 0,
|
||||||
@"uiBox start secondary constraint");
|
@"uiBox end secondary constraint");
|
||||||
[self addConstraint:c];
|
[self addConstraint:c];
|
||||||
[self->otherConstraints addObject:c];
|
[self->otherConstraints addObject:c];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue