Revision: 15963
          http://sourceforge.net/p/skim-app/code/15963
Author:   hofman
Date:     2026-01-06 16:21:22 +0000 (Tue, 06 Jan 2026)
Log Message:
-----------
no need to set drawsBackground

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

Modified: trunk/SKMainWindowController_Actions.m
===================================================================
--- trunk/SKMainWindowController_Actions.m      2026-01-05 17:01:52 UTC (rev 
15962)
+++ trunk/SKMainWindowController_Actions.m      2026-01-06 16:21:22 UTC (rev 
15963)
@@ -1126,7 +1126,6 @@
             // Because of a PDFView bug, display properties can not be changed 
before it is placed in a window
             [secondaryPdfView setSynchronizedPDFView:pdfView];
             [secondaryPdfView setBackgroundColor:[pdfView backgroundColor]];
-            [[secondaryPdfView embeddedScrollView] 
setDrawsBackground:[[pdfView embeddedScrollView] drawsBackground]];
             [secondaryPdfView setDisplaysPageBreaks:NO];
             [secondaryPdfView setInterpolationQuality:[[NSUserDefaults 
standardUserDefaults] integerForKey:SKInterpolationQualityKey]];
             [secondaryPdfView setSynchronizeZoom:YES];

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