Revision: 28295
          http://sourceforge.net/p/bibdesk/svn/28295
Author:   hofman
Date:     2023-06-06 16:43:50 +0000 (Tue, 06 Jun 2023)
Log Message:
-----------
use 0.0

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2023-06-06 
15:55:25 UTC (rev 28294)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2023-06-06 
16:43:50 UTC (rev 28295)
@@ -2558,7 +2558,7 @@
                     [[NSColor redColor] setFill];
                 else
                     [[NSColor greenColor] setFill];
-                NSFrameRect(NSUnionRect(NSInsetRect(fileRect, -shadowBlur, 0), 
NSInsetRect(textRect, 2.0, 0.0)));                
+                NSFrameRect(NSUnionRect(NSInsetRect(fileRect, -shadowBlur, 
0.0), NSInsetRect(textRect, 2.0, 0.0)));                
                 [NSGraphicsContext restoreGraphicsState];
 #endif
             }

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to