fixed vertical spacing bug and typo

This commit is contained in:
ricky cancro
2015-08-15 09:45:14 -07:00
committed by rcancro
parent cf428831a4
commit 3fd241e87e
3 changed files with 6 additions and 6 deletions

View File

@@ -56,7 +56,7 @@
ASDN::MutexLocker l(_propertyLock);
self.ascender = positionedLayout.ascender;
self.descender = positionedLayout.desender;
self.descender = positionedLayout.descender;
return [ASLayout newWithLayoutableObject:self
size:ASSizeRangeClamp(constrainedSize, finalSize)