mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 07:00:46 +00:00
Fix issue with new attribute
This commit is contained in:
parent
4406c7de45
commit
9fba22c582
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue