Revision: 14811
          http://sourceforge.net/p/skim-app/code/14811
Author:   hofman
Date:     2024-12-10 15:14:29 +0000 (Tue, 10 Dec 2024)
Log Message:
-----------
no need to redisplay pdfview

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

Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m  2024-12-10 15:11:58 UTC (rev 14810)
+++ trunk/SKSnapshotWindowController.m  2024-12-10 15:14:29 UTC (rev 14811)
@@ -705,7 +705,6 @@
         if ([keyPath isEqualToString:SKSnapshotsOnTopKey]) {
             if ([[self window] isVisible])
                 [self updateWindowLevel];
-            [pdfView requiresDisplay];
         } else if ([keyPath isEqualToString:SKInterpolationQualityKey]) {
             [pdfView setInterpolationQuality:[[NSUserDefaults 
standardUserDefaults] integerForKey:SKInterpolationQualityKey]];
             [pdfView requiresDisplay];

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