Revision: 16453
          http://sourceforge.net/p/skim-app/code/16453
Author:   hofman
Date:     2026-09-12 15:55:30 +0000 (Sat, 12 Sep 2026)
Log Message:
-----------
add a comment

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-09-12 15:53:17 UTC (rev 16452)
+++ trunk/SKMainWindowController.m      2026-09-12 15:55:30 UTC (rev 16453)
@@ -471,7 +471,7 @@
     
     [pdfView setFrame:[centerContentView bounds]];
     
-    pdfSplitViewController  = [[NSSplitViewController alloc] init];
+    pdfSplitViewController = [[NSSplitViewController alloc] init];
     
     viewController = [[NSViewController alloc] init];
     [viewController setView:pdfView];
@@ -493,6 +493,7 @@
     [centerContentView addSubview:view];
     [NSLayoutConstraint activateConstraints:constraints];
     
+    // contentInsets is not updated immediately, but is used by calculations 
in performFit: and goToSKDestination:
     if (mwcFlags.fullSizeContent)
         [[pdfView embeddedScrollView] 
setContentInsets:NSEdgeInsetsMake(titleBarHeight, 0.0, 0.0, 0.0)];
     

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