Revision: 15876
          http://sourceforge.net/p/skim-app/code/15876
Author:   hofman
Date:     2025-12-16 18:06:06 +0000 (Tue, 16 Dec 2025)
Log Message:
-----------
insert proper table in side views initially explicitly, so we don't call 
selection updating

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-12-16 15:03:57 UTC (rev 15875)
+++ trunk/SKMainWindowController.m      2025-12-16 18:06:06 UTC (rev 15876)
@@ -353,8 +353,8 @@
     
     [self updateTableFont];
     
-    [self displayLeftSideViewAnimating:NO];
-    [self displayRightSideViewAnimating:NO];
+    [leftSideController 
replaceSideView:leftSideController.thumbnailTableView.enclosingScrollView 
animate:NO];
+    [rightSideController 
replaceSideView:rightSideController.noteOutlineView.enclosingScrollView 
animate:NO];
     
     // we need to create the PDFView before setting the toolbar
     pdfView = [[SKPDFView alloc] initWithFrame:[pdfContentView bounds]];

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