Revision: 30102
          http://sourceforge.net/p/bibdesk/svn/30102
Author:   hofman
Date:     2026-03-04 15:27:26 +0000 (Wed, 04 Mar 2026)
Log Message:
-----------
only reload when we dropped something

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2026-03-04 
15:13:42 UTC (rev 30101)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2026-03-04 
15:27:26 UTC (rev 30102)
@@ -3034,7 +3034,8 @@
 {
     [_dropHighlightView removeFromSuperview];
     _dropHighlightView = nil;
-    [self reloadIcons];
+    if (_fvFlags.needsReload)
+        [self reloadIcons];
 }
 
 static NSURL *makeCopyOfFileAtURL(NSURL *fileURL) {
@@ -3142,6 +3143,9 @@
     [_dropHighlightView removeFromSuperview];
     _dropHighlightView = nil;
     
+    if (didPerform == NO)
+        _fvFlags.needsReload = YES;
+    
     // reload is handled in concludeDragOperation:
     return didPerform;
 }

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