Quick fixup.
This commit is contained in:
parent
e2266ab577
commit
d39cd76a8a
|
@ -204,7 +204,7 @@ void scrollViewConstraintsEstablish(struct scrollViewConstraints *c, NSScrollVie
|
|||
rel = NSLayoutRelationEqual;
|
||||
c->documentBottom = mkConstraint(dv, NSLayoutAttributeBottom,
|
||||
rel,
|
||||
sv, NSLayoutAttributeBottom,
|
||||
cv, NSLayoutAttributeBottom,
|
||||
1, 0,
|
||||
[desc stringByAppendingString:@"document bottom constraint"]);
|
||||
[sv addConstraint:c->documentBottom];
|
||||
|
|
Loading…
Reference in New Issue