mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 17:52:42 +00:00
Make sure that the setDividerStyle: mthod is called only once when decoding from a gorm file
This commit is contained in:
parent
dae13af553
commit
d20fa6cc61
1 changed files with 0 additions and 1 deletions
|
@ -1524,7 +1524,6 @@ static inline NSPoint centerSizeInRect(NSSize innerSize, NSRect outerRect)
|
|||
if (version >= 1)
|
||||
{
|
||||
decode_NSInteger(aDecoder, &_dividerStyle);
|
||||
[self setDividerStyle: _dividerStyle];
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue