fixed: text wrapping in textviews from nibs was wrong

This commit is contained in:
daboe01
2016-05-22 20:33:41 +02:00
parent 980cd520cd
commit 7acb30b981
+1
View File
@@ -43,6 +43,7 @@
[self setBackgroundColor:[aTextViewSharedData backgroundColor]];
[self setInsertionPointColor:[aTextViewSharedData insertionColor]];
[self setSelectedTextAttributes:[aTextViewSharedData selectedTextAttributes]];
[[self textContainer] setWidthTracksTextView:YES];
}
return self;