mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 21:17:03 +00:00
Fixed: Correct init of CPTextView when running nib2cib (#3014)
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
{
|
||||
if (self = [super NS_initWithCoder:aCoder])
|
||||
{
|
||||
[self _init];
|
||||
|
||||
_textContainer = [aCoder decodeObjectForKey:@"NSTextContainer"];
|
||||
|
||||
[self setEditable:[aTextViewSharedData isEditable]];
|
||||
|
||||
Reference in New Issue
Block a user