Model Redesign: Added Reference Frames
Added Inverse Functions UI Redesign Cleaned Code
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
- (MPRangePath *)rangePath
|
||||
{
|
||||
NSIndexPath *location = self.pathToExpression;
|
||||
location = [location indexPathByPreceedingIndex:self.errorRange.location];
|
||||
location = [location indexPathByAddingIndex:self.errorRange.location];
|
||||
MPRangePath *rangePath = [MPRangePath rangePathWithLocation:location length:self.errorRange.length];
|
||||
return rangePath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user