Revision: 10219
http://sourceforge.net/p/skim-app/code/10219
Author: hofman
Date: 2019-01-15 13:47:28 +0000 (Tue, 15 Jan 2019)
Log Message:
-----------
modify the new readingbar, not the unset one
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2019-01-08 09:55:49 UTC (rev 10218)
+++ trunk/SKPDFView.m 2019-01-15 13:47:28 UTC (rev 10219)
@@ -2323,8 +2323,8 @@
NSRect oldRect = NSZeroRect;
if ([self hasReadingBar] == NO) {
SKReadingBar *aReadingBar = [[SKReadingBar alloc]
initWithPage:page];
- if (NO == [readingBar goToLineForPoint:point])
- [readingBar goToNextLine];
+ if (NO == [aReadingBar goToLineForPoint:point])
+ [aReadingBar goToNextLine];
[self setReadingBar:aReadingBar];
[aReadingBar release];
if (invert)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit