mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:00:37 +00:00
Fix duplicate _size and use the _frame in the attributes class
This commit is contained in:
parent
95fa4e0368
commit
fe2a988111
2 changed files with 4 additions and 5 deletions
|
@ -62,7 +62,6 @@ APPKIT_EXPORT_CLASS
|
|||
@interface NSCollectionViewLayoutAttributes : NSObject <NSCopying>
|
||||
{
|
||||
NSRect _frame;
|
||||
NSSize _size;
|
||||
CGFloat _alpha;
|
||||
NSInteger _zIndex;
|
||||
BOOL _hidden;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue