Revision: 28793
          http://sourceforge.net/p/bibdesk/svn/28793
Author:   hofman
Date:     2024-02-21 18:13:11 +0000 (Wed, 21 Feb 2024)
Log Message:
-----------
Don't animate download progress indicator when adding new indicator

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

Modified: trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m
===================================================================
--- trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2024-02-21 
17:32:52 UTC (rev 28792)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2024-02-21 
18:13:11 UTC (rev 28793)
@@ -4194,6 +4194,7 @@
             _progressIndicators = [[NSMutableDictionary alloc] init];
         [_progressIndicators setObject:progressIndicator forKey:aURL];
         [progressIndicator setFrame:[self 
_rectOfProgressIndicatorForIconAtIndex:anIndex]];
+        [progressIndicator setCurrentProgress:progress];
         [_contentView addSubview:progressIndicator];
     } else if (anIndex != [progressIndicator indexInView]) {
         [progressIndicator setIndexInView:anIndex];

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



_______________________________________________
Bibdesk-commit mailing list
Bibdesk-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to