Revision: 14361
          http://sourceforge.net/p/skim-app/code/14361
Author:   hofman
Date:     2024-07-02 15:08:23 +0000 (Tue, 02 Jul 2024)
Log Message:
-----------
update snapshot thumbnail when interpolation quality changes

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

Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m  2024-07-02 14:51:08 UTC (rev 14360)
+++ trunk/SKSnapshotWindowController.m  2024-07-02 15:08:23 UTC (rev 14361)
@@ -703,6 +703,8 @@
         } else if ([key isEqualToString:SKInterpolationQualityKey]) {
             [pdfView setInterpolationQuality:[[NSUserDefaults 
standardUserDefaults] integerForKey:SKInterpolationQualityKey]];
             [pdfView requiresDisplay];
+            if ([[self delegate] 
respondsToSelector:@selector(snapshotControllerDidChange:)])
+                [[self delegate] snapshotControllerDidChange:self];
         }
     } else {
         [super observeValueForKeyPath:keyPath ofObject:object change:change 
context:context];

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