Revision: 12952
          http://sourceforge.net/p/skim-app/code/12952
Author:   hofman
Date:     2022-06-25 18:50:28 +0000 (Sat, 25 Jun 2022)
Log Message:
-----------
get line rects from page passed in

Modified Paths:
--------------
    trunk/SKReadingBar.m

Modified: trunk/SKReadingBar.m
===================================================================
--- trunk/SKReadingBar.m        2022-06-25 18:47:55 UTC (rev 12951)
+++ trunk/SKReadingBar.m        2022-06-25 18:50:28 UTC (rev 12952)
@@ -55,7 +55,7 @@
     self = [super init];
     if (self) {
         numberOfLines = MAX(1, [[NSUserDefaults standardUserDefaults] 
integerForKey:SKReadingBarNumberOfLinesKey]);
-        NSPointerArray *lines = [page lineRects];
+        NSPointerArray *lines = [aPage lineRects];
         if ([lines count]) {
             page = [aPage retain];
             lineRects = [lines retain];

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

Reply via email to