Revision: 12953 http://sourceforge.net/p/skim-app/code/12953 Author: hofman Date: 2022-06-25 18:58:03 +0000 (Sat, 25 Jun 2022) Log Message: ----------- go to max line when later pages are empty
Modified Paths: -------------- trunk/SKReadingBar.m Modified: trunk/SKReadingBar.m =================================================================== --- trunk/SKReadingBar.m 2022-06-25 18:50:28 UTC (rev 12952) +++ trunk/SKReadingBar.m 2022-06-25 18:58:03 UTC (rev 12953) @@ -81,7 +81,7 @@ if ([lines count]) { page = [nextPage retain]; lineRects = [lines retain]; - currentLine = 0; + currentLine = [self maxLine]; break; } } 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