Revision: 16015
http://sourceforge.net/p/skim-app/code/16015
Author: hofman
Date: 2026-01-13 17:04:03 +0000 (Tue, 13 Jan 2026)
Log Message:
-----------
use variable
Modified Paths:
--------------
trunk/SKBasePDFView.m
Modified: trunk/SKBasePDFView.m
===================================================================
--- trunk/SKBasePDFView.m 2026-01-13 17:01:40 UTC (rev 16014)
+++ trunk/SKBasePDFView.m 2026-01-13 17:04:03 UTC (rev 16015)
@@ -392,7 +392,7 @@
if ([clipView isFlipped])
bounds.origin.y -= [clipView contentInsets].top;
else
- bounds.origin.y -= NSHeight([clipView bounds]) - [clipView
contentInsets].top;
+ bounds.origin.y -= NSHeight(bounds) - [clipView contentInsets].top;
bounds = [clipView constrainBoundsRect:bounds];
[clipView scrollToPoint:bounds.origin];
[scrollView reflectScrolledClipView:clipView];
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