File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1111
1212@interface SCMiniMapView : NSScrollView <NSLayoutManagerDelegate >
1313
14- @property (nonatomic , retain ) NSTextView *textView;
15- @property (nonatomic , retain ) SCSelectionView *selectionView;
14+ @property (nonatomic , strong ) NSTextView *textView;
15+ @property (nonatomic , strong ) SCSelectionView *selectionView;
1616
17- @property (nonatomic , assign ) NSScrollView *editorScrollView;
17+ @property (nonatomic , weak ) NSScrollView *editorScrollView;
1818@property (nonatomic , assign ) NSTextView *editorTextView;
1919
2020- (void )updateTextView ;
Original file line number Diff line number Diff line change 1313
1414@interface SCMiniMapView ()
1515
16- @property (nonatomic , retain ) NSColor *backgroundColor;
17- @property (nonatomic , retain ) NSFont *font;
16+ @property (nonatomic , strong ) NSColor *backgroundColor;
17+ @property (nonatomic , strong ) NSFont *font;
1818
1919@end
2020
Original file line number Diff line number Diff line change 1010
1111@interface SCSelectionView : NSView
1212
13- @property (nonatomic , retain ) NSColor *selectionColor;
13+ @property (nonatomic , strong ) NSColor *selectionColor;
1414@property (nonatomic , assign ) BOOL shouldInverseColors;
1515
1616@end
You can’t perform that action at this time.
0 commit comments