fixed: display error at bottom in case of resizing

This commit is contained in:
daboe01
2014-08-06 13:17:35 +02:00
parent aebea0b57f
commit 2c110f7796
+1
View File
@@ -120,6 +120,7 @@ CPLineMovesUp = 4;
actualCharacterRange:NULL];
[_layoutManager _validateLayoutAndGlyphs];
[_textView sizeToFit]; // this is necessary to adopt the height of CPTextView in case of rewrapping
}
}