Revision: 28663
          http://sourceforge.net/p/bibdesk/svn/28663
Author:   hofman
Date:     2024-01-24 10:05:56 +0000 (Wed, 24 Jan 2024)
Log Message:
-----------
remove animation for non-property

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-01-24 
09:53:41 UTC (rev 28662)
+++ trunk/bibdesk_vendorsrc/amaxwell/FileView/FVFileView.m      2024-01-24 
10:05:56 UTC (rev 28663)
@@ -304,12 +304,6 @@
 
 + (BOOL)accessInstanceVariablesDirectly { return NO; }
 
-+ (id)defaultAnimationForKey:(NSAnimatablePropertyKey)key {
-    if ([key isEqualToString:@"arrowAlpha"])
-        return [CABasicAnimation animation];
-    return [super defaultAnimationForKey:key];
-}
-
 - (void)_commonInit {
      // Icons keyed by URL; may contain icons that are no longer displayed.  
Keeping this as primary storage means that
      // rearranging/reloading is relatively cheap, since we don't recreate all 
FVIcon instances every time -reload is called.

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