Fixed: Correct init of CPTextView when running nib2cib (#3014)

This commit is contained in:
Martin Carlberg
2022-03-21 15:24:34 +01:00
committed by GitHub
parent d7d561d3a9
commit 3cf3b76446
+2
View File
@@ -32,6 +32,8 @@
{
if (self = [super NS_initWithCoder:aCoder])
{
[self _init];
_textContainer = [aCoder decodeObjectForKey:@"NSTextContainer"];
[self setEditable:[aTextViewSharedData isEditable]];