Revision: 15717
http://sourceforge.net/p/skim-app/code/15717
Author: hofman
Date: 2025-10-26 17:46:54 +0000 (Sun, 26 Oct 2025)
Log Message:
-----------
don't set scrollView in horizontal layout
Modified Paths:
--------------
trunk/SKBasePDFView.m
Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m 2025-10-26 17:36:11 UTC (rev 15716)
+++ trunk/SKBasePDFView.m 2025-10-26 17:46:54 UTC (rev 15717)
@@ -446,8 +446,7 @@
clipView = [scrollView contentView];
bounds = [clipView bounds];
} else if (hasHorizontalLayout(self) && [self canGoToPreviousPage]) {
- scrollView = [self scrollView];
- clipView = [scrollView contentView];
+ clipView = [[self scrollView] contentView];
bounds = [clipView bounds];
}
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