Revision: 28279
          http://sourceforge.net/p/bibdesk/svn/28279
Author:   hofman
Date:     2023-06-03 13:41:30 +0000 (Sat, 03 Jun 2023)
Log Message:
-----------
only need to reset display when not reloading icons

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-03 
13:40:03 UTC (rev 28278)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2023-06-03 
13:41:30 UTC (rev 28279)
@@ -2972,7 +2972,8 @@
     _fvFlags.dropOperation = FVDropBefore;
     if (_fvFlags.needsReload)
         [self reloadIcons];
-    [self setNeedsDisplay:YES];
+    else
+        [self setNeedsDisplay:YES];
 }
 
 // only invoked if performDragOperation returned YES

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