Revision: 14142
          http://sourceforge.net/p/skim-app/code/14142
Author:   hofman
Date:     2024-03-25 09:24:58 +0000 (Mon, 25 Mar 2024)
Log Message:
-----------
Use copy operation when applying filters

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

Modified: trunk/SKSnapshotWindowController.m
===================================================================
--- trunk/SKSnapshotWindowController.m  2024-03-25 00:33:39 UTC (rev 14141)
+++ trunk/SKSnapshotWindowController.m  2024-03-25 09:24:58 UTC (rev 14142)
@@ -606,7 +606,7 @@
     }
     [NSGraphicsContext saveGraphicsState];
     [NSGraphicsContext setCurrentContext:[NSGraphicsContext 
graphicsContextWithBitmapImageRep:imageRep]];
-    [image drawInRect:rect fromRect:scaledRect 
operation:NSCompositingOperationSourceOver fraction:1.0];
+    [image drawInRect:rect fromRect:scaledRect 
operation:NSCompositingOperationCopy fraction:1.0];
     [NSGraphicsContext restoreGraphicsState];
 }
 

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