Revision: 16475
          http://sourceforge.net/p/skim-app/code/16475
Author:   hofman
Date:     2026-09-14 14:43:18 +0000 (Mon, 14 Sep 2026)
Log Message:
-----------
no need anymore to reset autoscale to take contentInsets into account

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-09-14 14:40:43 UTC (rev 16474)
+++ trunk/SKMainWindowController.m      2026-09-14 14:43:18 UTC (rev 16475)
@@ -598,12 +598,6 @@
     [window recalculateKeyViewLoop];
     [window makeFirstResponder:pdfView];
     
-    // initially autoScale does not take the content inset into account
-    if (mwcFlags.fullSizeContent && [pdfView autoScales] && ([pdfView 
extendedDisplayMode] & kPDFDisplaySinglePageContinuous) == 0) {
-        [pdfView setAutoScales:NO];
-        [pdfView setAutoScales:YES];
-    }
-    
     // Update page states
     [self handlePageChangedNotification:nil];
     [toolbarController handlePageChangedNotification:nil];

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