Change some invalidateCalculatedLayout to setNeedsLayout calls

This commit is contained in:
Michael Schneider
2016-11-17 08:58:22 -08:00
parent a88b2ae916
commit bd851cae9c
2 changed files with 2 additions and 2 deletions

View File

@@ -496,7 +496,7 @@ static NSArray *DefaultLinkAttributeNames = @[ NSLinkAttributeName ];
_exclusionPaths = [exclusionPaths copy];
[self _invalidateRenderer];
[self invalidateCalculatedLayout];
[self setNeedsLayout];
[self setNeedsDisplay];
}