Revision: 27424
          http://sourceforge.net/p/bibdesk/svn/27424
Author:   hofman
Date:     2022-05-15 22:37:31 +0000 (Sun, 15 May 2022)
Log Message:
-----------
make drop hightlight in fileview bigger

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2022-05-15 
21:26:01 UTC (rev 27423)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2022-05-15 
22:37:31 UTC (rev 27424)
@@ -2014,7 +2014,7 @@
                 aRect = [self visibleRect];
             } else {
                 [self _getGridRow:&r column:&c ofIndex:_dropIndex];
-                aRect = [self _rectOfIconInRow:r column:c];
+                aRect = NSInsetRect([self _rectOfIconInRow:r column:c], 
HIGHLIGHT_INSET, HIGHLIGHT_INSET);
             }
             break;
         case FVDropBefore:

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