Revision: 15714
          http://sourceforge.net/p/skim-app/code/15714
Author:   hofman
Date:     2025-10-26 17:02:25 +0000 (Sun, 26 Oct 2025)
Log Message:
-----------
use variable

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

Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m       2025-10-26 15:47:40 UTC (rev 15713)
+++ trunk/SKBasePDFView.m       2025-10-26 17:02:25 UTC (rev 15714)
@@ -399,7 +399,7 @@
     // Apple scrolls by too much, so correct for it
     if (hasVerticalLayout(self)) {
         scrollView = [self scrollView];
-        clipView = [[self scrollView] contentView];
+        clipView = [scrollView contentView];
         bounds = [clipView bounds];
     } else if (([self displayMode] & kPDFDisplaySinglePageContinuous) == 0) {
         page = [self currentPage];

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

Reply via email to