Revision: 22422
          http://sourceforge.net/p/bibdesk/svn/22422
Author:   hofman
Date:     2018-07-14 21:53:06 +0000 (Sat, 14 Jul 2018)
Log Message:
-----------
don't overlap paperclip and note

Modified Paths:
--------------
    trunk/bibdesk/NSImage_BDSKExtensions.m

Modified: trunk/bibdesk/NSImage_BDSKExtensions.m
===================================================================
--- trunk/bibdesk/NSImage_BDSKExtensions.m      2018-07-14 21:39:39 UTC (rev 
22421)
+++ trunk/bibdesk/NSImage_BDSKExtensions.m      2018-07-14 21:53:06 UTC (rev 
22422)
@@ -316,12 +316,12 @@
     [path lineToPoint:NSMakePoint(-2.0, 30.0)];
     [path transformUsingAffineTransform:t];
     if (annotated) {
-        [path moveToPoint:NSMakePoint(19.0, 1.0)];
-        [path lineToPoint:NSMakePoint(19.0, 13.0)];
+        [path moveToPoint:NSMakePoint(25.0, 13.0)];
         [path lineToPoint:NSMakePoint(31.0, 13.0)];
         [path lineToPoint:NSMakePoint(31.0, 5.0)];
         [path lineToPoint:NSMakePoint(27.0, 1.0)];
-        [path closePath];
+        [path lineToPoint:NSMakePoint(19.0, 1.0)];
+        [path lineToPoint:NSMakePoint(19.0, 7.0)];
         [path moveToPoint:NSMakePoint(31.0, 5.0)];
         [path lineToPoint:NSMakePoint(27.0, 5.0)];
         [path lineToPoint:NSMakePoint(27.0, 1.0)];

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to