diff options
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r-- | Source/SPTextView.m | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/SPTextView.m b/Source/SPTextView.m index af4356a2..dd582e59 100644 --- a/Source/SPTextView.m +++ b/Source/SPTextView.m @@ -3029,6 +3029,8 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse) if(![[self textStorage] changeInLength]) [self performSelector:@selector(doSyntaxHighlighting) withObject:nil afterDelay:0.4]; } + else + [[scrollView contentView] display]; } |