Revision: 15877
          http://sourceforge.net/p/skim-app/code/15877
Author:   hofman
Date:     2025-12-16 18:12:08 +0000 (Tue, 16 Dec 2025)
Log Message:
-----------
Revert previous commit. No need to update selection when swapping in left side 
table.

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2025-12-16 18:06:06 UTC (rev 15876)
+++ trunk/SKMainWindowController.m      2025-12-16 18:12:08 UTC (rev 15877)
@@ -353,8 +353,8 @@
     
     [self updateTableFont];
     
-    [leftSideController 
replaceSideView:leftSideController.thumbnailTableView.enclosingScrollView 
animate:NO];
-    [rightSideController 
replaceSideView:rightSideController.noteOutlineView.enclosingScrollView 
animate:NO];
+    [self displayLeftSideViewAnimating:NO];
+    [self displayRightSideViewAnimating:NO];
     
     // we need to create the PDFView before setting the toolbar
     pdfView = [[SKPDFView alloc] initWithFrame:[pdfContentView bounds]];
@@ -1556,10 +1556,8 @@
 - (void)displayLeftSideViewAnimating:(BOOL)animate {
     if (mwcFlags.leftSidePaneState == SKSidePaneStateThumbnail) {
         [leftSideController 
replaceSideView:leftSideController.thumbnailTableView.enclosingScrollView 
animate:animate];
-        [self updateThumbnailSelection];
     } else {
         [leftSideController 
replaceSideView:leftSideController.tocOutlineView.enclosingScrollView 
animate:animate];
-        [self updateOutlineSelection];
     }
 }
 

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