Revision: 16449
          http://sourceforge.net/p/skim-app/code/16449
Author:   hofman
Date:     2026-09-11 14:50:52 +0000 (Fri, 11 Sep 2026)
Log Message:
-----------
remove accidental commenting out line

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-09-11 14:48:57 UTC (rev 16448)
+++ trunk/SKMainWindowController.m      2026-09-11 14:50:52 UTC (rev 16449)
@@ -507,7 +507,7 @@
         
         // We can fit only after the PDF has been loaded
         if (windowSizeOption == SKWindowOptionFit) {
-            //[[window contentView] layoutSubtreeIfNeeded];
+            [[window contentView] layoutSubtreeIfNeeded];
             [self performFit:self];
         } else if (windowSizeOption == SKWindowOptionMaximize) {
             [window zoom:self];

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