Corrected Selection Errors
This commit is contained in:
@@ -127,6 +127,15 @@
|
||||
[self.parent invalidate];
|
||||
}
|
||||
|
||||
- (MPLayout *)childLayoutAtIndexPath:(NSIndexPath *)indexPath
|
||||
{
|
||||
if (indexPath.length == 0) {
|
||||
return self;
|
||||
}
|
||||
MPLayout *child = [self childLayoutAtIndex:indexPath.firstIndex];
|
||||
return [child childLayoutAtIndexPath:[indexPath indexPathByRemovingFirstIndex]];
|
||||
}
|
||||
|
||||
#pragma mark Calculation and Drawing Methods
|
||||
- (CTLineRef)createLineForString:(NSString *)aString
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user