Skip to content
Snippets Groups Projects
Commit 5f215d12 authored by Claudio Cambra's avatar Claudio Cambra Committed by Felix Paul Kühne
Browse files

macosx: Mark parent scroll view in collection view supplementary detail view property as weak


This is held by a parent view in use

Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent 6909e27a
No related branches found
No related tags found
1 merge request!6001macosx: Avoid retaining objects that are not necessary to keep alive
......@@ -34,8 +34,8 @@ NS_ASSUME_NONNULL_BEGIN
@property (readwrite, retain, nonatomic) VLCLibraryRepresentedItem *representedItem;
@property (readwrite, assign) NSCollectionViewItem *selectedItem;
@property (readwrite, assign) NSScrollView *parentScrollView;
@property (readwrite) NSCollectionViewItem *selectedItem;
@property (readwrite, weak) NSScrollView *parentScrollView;
@property (readwrite, assign, nonatomic) NSCollectionViewScrollDirection layoutScrollDirection;
@property (readwrite, weak) IBOutlet NSLayoutConstraint *contentViewTopConstraint;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment