Fix issue with new attribute

This commit is contained in:
Gregory John Casamento 2019-03-27 00:53:43 -04:00
parent 4406c7de45
commit 9fba22c582

View file

@ -2858,7 +2858,7 @@ static NSColor *dtxtCol;
[self setWraps: wraps];
}
if (version >= 3)
if (version >= 4)
{
[aDecoder decodeValueOfObjCType: @encode(unsigned int) at: &tmp_int];
_cell.uses_single_line_mode = tmp_int;