Revision: 24190
          http://sourceforge.net/p/bibdesk/svn/24190
Author:   hofman
Date:     2019-09-05 11:36:51 +0000 (Thu, 05 Sep 2019)
Log Message:
-----------
use source over composite operation as the color can be transparent

Modified Paths:
--------------
    trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-09-05 
09:35:30 UTC (rev 24189)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2019-09-05 
11:36:51 UTC (rev 24190)
@@ -2488,7 +2488,7 @@
     // any solid color background should override the gradient code
     if ([self backgroundColor]) {
         [[self backgroundColor] setFill];
-        NSRectFillUsingOperation(rect, NSCompositeCopy);
+        NSRectFillUsingOperation(rect, NSCompositeSourceOver);
     }
     else {
         /*
@@ -4848,7 +4848,7 @@
     // any solid color background should override the gradient code
     if ([self backgroundColor]) {
         [[self backgroundColor] setFill];
-        NSRectFillUsingOperation(rect, NSCompositeCopy);
+        NSRectFillUsingOperation(rect, NSCompositeSourceOver);
     }
     else {
         /*

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to