Make sure that the setDividerStyle: mthod is called only once when decoding from a gorm file

This commit is contained in:
Gregory John Casamento 2021-11-18 18:01:45 -05:00
parent dae13af553
commit d20fa6cc61

View file

@ -1524,7 +1524,6 @@ static inline NSPoint centerSizeInRect(NSSize innerSize, NSRect outerRect)
if (version >= 1)
{
decode_NSInteger(aDecoder, &_dividerStyle);
[self setDividerStyle: _dividerStyle];
}
else
{