Revision: 13586
          http://sourceforge.net/p/skim-app/code/13586
Author:   hofman
Date:     2023-08-17 16:09:49 +0000 (Thu, 17 Aug 2023)
Log Message:
-----------
use sourceIn

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

Modified: trunk/SKNavigationWindow.m
===================================================================
--- trunk/SKNavigationWindow.m  2023-08-17 16:03:58 UTC (rev 13585)
+++ trunk/SKNavigationWindow.m  2023-08-17 16:09:49 UTC (rev 13586)
@@ -771,7 +771,7 @@
             image = [[image copy] autorelease];
             [image lockFocus];
             [color setFill];
-            NSRectFillUsingOperation((NSRect){NSZeroPoint, [image size]}, 
NSCompositeSourceAtop);
+            NSRectFillUsingOperation((NSRect){NSZeroPoint, [image size]}, 
NSCompositeSourceIn);
             [image unlockFocus];
         }
         NSRect rect = frame;

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