Revision: 15945
          http://sourceforge.net/p/skim-app/code/15945
Author:   hofman
Date:     2026-01-02 10:50:12 +0000 (Fri, 02 Jan 2026)
Log Message:
-----------
fix height

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

Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m   2026-01-02 10:48:09 UTC (rev 15944)
+++ trunk/SKPDFView.m   2026-01-02 10:50:12 UTC (rev 15945)
@@ -3043,7 +3043,7 @@
         CGFloat height = NSHeight(rect);
         if (([page rotation] % 180)) {
             width = NSHeight(rect);
-            height = NSHeight(rect);
+            height = NSWidth(rect);
         }
         size.width -= scrollerWidth;
         size.height -= scrollerWidth + [scrollView contentInsets].top;

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