Revision: 25507 http://sourceforge.net/p/bibdesk/svn/25507 Author: hofman Date: 2021-01-31 15:06:00 +0000 (Sun, 31 Jan 2021) Log Message: ----------- Need to implement primitive method
Modified Paths: -------------- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m =================================================================== --- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m 2021-01-31 15:02:23 UTC (rev 25506) +++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVPDFIcon.m 2021-01-31 15:06:00 UTC (rev 25507) @@ -789,11 +789,12 @@ - (void)dealloc { - CGImageRelease(_fullImage); - CGImageRelease(_thumbnail); + FVAPIAssert1(0, @"attempt to deallocate %@", self); [super dealloc]; } +- (void)renderForSize:(NSSize)size { /* no-op */ } + - (void)fastDrawInRect:(NSRect)dstRect ofContext:(CGContextRef)context { [self _drawImage:_thumbnail inRect:dstRect ofContext:context]; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Bibdesk-commit mailing list Bibdesk-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/bibdesk-commit