Revision: 12829 http://sourceforge.net/p/skim-app/code/12829 Author: hofman Date: 2022-04-07 15:46:53 +0000 (Thu, 07 Apr 2022) Log Message: ----------- use correct method
Modified Paths: -------------- trunk/SKBasePDFView.m Modified: trunk/SKBasePDFView.m =================================================================== --- trunk/SKBasePDFView.m 2022-04-07 15:32:27 UTC (rev 12828) +++ trunk/SKBasePDFView.m 2022-04-07 15:46:53 UTC (rev 12829) @@ -298,7 +298,7 @@ PDFPage *page = [doc pageAtIndex:0]; [self horizontallyGoToPage:page]; } else { - [super goToPage:sender]; + [super goToFirstPage:sender]; } } 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