aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTextView.m')
-rw-r--r--Source/SPTextView.m2
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];
}