Revision: 12598
          http://sourceforge.net/p/skim-app/code/12598
Author:   hofman
Date:     2021-12-03 14:11:29 +0000 (Fri, 03 Dec 2021)
Log Message:
-----------
Layout whole window rather than just central view before fitting window around 
PDF. For some reasons the notarized app fails otherwise, even though other 
released (signed) apps don't.

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2021-12-02 15:17:32 UTC (rev 12597)
+++ trunk/SKMainWindowController.m      2021-12-03 14:11:29 UTC (rev 12598)
@@ -515,7 +515,7 @@
     
     // We can fit only after the PDF has been loaded
     if (windowSizeOption == SKWindowOptionFit && hasWindowSetup == NO) {
-        [[pdfSplitView superview] layoutSubtreeIfNeeded];
+        [[window contentView] layoutSubtreeIfNeeded];
         [self performFit:self];
     }
     

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to