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

macosx: Keep weak reference to parent scroll view in vlc sub scroll view


Signed-off-by: default avatarClaudio Cambra <developer@claudiocambra.com>
parent b6b5c9ae
No related branches found
No related tags found
1 merge request!6001macosx: Avoid retaining objects that are not necessary to keep alive
......@@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
@interface VLCSubScrollView : NSScrollView
@property (readwrite, assign) NSScrollView *parentScrollView;
@property (readwrite, weak) NSScrollView *parentScrollView;
@property (readwrite, assign) BOOL scrollParentY;
@property (readwrite, assign) BOOL scrollParentX;
@property (readwrite, assign) BOOL scrollSelf;
......
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