Revision: 13955
http://sourceforge.net/p/skim-app/code/13955
Author: hofman
Date: 2023-12-21 23:35:15 +0000 (Thu, 21 Dec 2023)
Log Message:
-----------
declare private property
Modified Paths:
--------------
trunk/SKThumbnailView.m
Modified: trunk/SKThumbnailView.m
===================================================================
--- trunk/SKThumbnailView.m 2023-12-21 23:30:34 UTC (rev 13954)
+++ trunk/SKThumbnailView.m 2023-12-21 23:35:15 UTC (rev 13955)
@@ -69,10 +69,14 @@
static char SKThumbnailViewThumbnailObservationContext;
+@interface SKThumbnailView ()
+@property (nonatomic, readonly) SKOverviewView *collectionView;
+@end
+
@implementation SKThumbnailView
@synthesize selected, menuHighlighted, thumbnail, backgroundStyle,
highlightLevel, controller;
-@dynamic marked;
+@dynamic marked, collectionView;
- (void)commonInit {
NSRect bounds = [self bounds];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit