Revision: 12318 http://sourceforge.net/p/skim-app/code/12318 Author: hofman Date: 2021-04-20 14:30:28 +0000 (Tue, 20 Apr 2021) Log Message: ----------- Fix getter name
Modified Paths: -------------- trunk/SKThumbnailPageView.m Modified: trunk/SKThumbnailPageView.m =================================================================== --- trunk/SKThumbnailPageView.m 2021-04-20 09:50:46 UTC (rev 12317) +++ trunk/SKThumbnailPageView.m 2021-04-20 14:30:28 UTC (rev 12318) @@ -45,7 +45,7 @@ + (Class)cellClass { return [SKThumbnailPageCell class]; } -- (BOOL)hasOutline { +- (BOOL)isMarked { return [[self cell] respondsToSelector:_cmd] && [[self cell] isMarked]; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit