Revision: 16090
          http://sourceforge.net/p/skim-app/code/16090
Author:   hofman
Date:     2026-03-23 17:14:42 +0000 (Mon, 23 Mar 2026)
Log Message:
-----------
check right side pane instead of left side pane

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

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2026-03-23 17:13:35 UTC (rev 16089)
+++ trunk/SKMainWindowController.m      2026-03-23 17:14:42 UTC (rev 16090)
@@ -3148,7 +3148,7 @@
     if ([controller thumbnail] == nil)
         [controller setThumbnail:[configuration 
placeholderThumbnailWithSize:snapshotCacheSize scale:backingScale]];
     
-    if ([rightSideController.snapshotTableView window] == nil || [self 
leftSidePaneIsOpen] == NO)
+    if ([rightSideController.snapshotTableView window] == nil || [self 
rightSidePaneIsOpen] == NO)
         queue = [[self class] backgroundThumbnailQueue];
     else if (lowPriority)
         queue = [[self class] thumbnailQueue];

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