mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01:50:38 +00:00
Do not retain the view in the row/column instances
This commit is contained in:
parent
fd2c454a60
commit
e97e6d5c1e
1 changed files with 2 additions and 2 deletions
|
@ -563,7 +563,7 @@
|
|||
at:&_isHidden];
|
||||
[coder decodeValueOfObjCType:@encode(CGFloat)
|
||||
at:&_leadingPadding];
|
||||
ASSIGN(_gridView, [coder decodeObject]);
|
||||
_gridView = [coder decodeObject];
|
||||
[coder decodeValueOfObjCType:@encode(CGFloat)
|
||||
at:&_trailingPadding];
|
||||
[coder decodeValueOfObjCType:@encode(CGFloat)
|
||||
|
@ -723,7 +723,7 @@
|
|||
at:&_isHidden];
|
||||
[coder decodeValueOfObjCType:@encode(CGFloat)
|
||||
at:&_bottomPadding];
|
||||
ASSIGN(_gridView, [coder decodeObject]);
|
||||
_gridView = [coder decodeObject];
|
||||
[coder decodeValueOfObjCType:@encode(CGFloat)
|
||||
at:&_topPadding];
|
||||
[coder decodeValueOfObjCType:@encode(CGFloat)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue