Revision: 15013 http://sourceforge.net/p/skim-app/code/15013 Author: hofman Date: 2025-03-24 15:31:20 +0000 (Mon, 24 Mar 2025) Log Message: ----------- Animatable property is renamed to bezelWidth
Modified Paths: -------------- trunk/SKColorSwatch.m Modified: trunk/SKColorSwatch.m =================================================================== --- trunk/SKColorSwatch.m 2025-03-24 10:01:00 UTC (rev 15012) +++ trunk/SKColorSwatch.m 2025-03-24 15:31:20 UTC (rev 15013) @@ -871,7 +871,7 @@ @dynamic bezelWidth, bezelHeight; + (id)defaultAnimationForKey:(NSString *)key { - if ([key isEqualToString:@"width"]) { + if ([key isEqualToString:@"bezelWidth"]) { CABasicAnimation *anim = [CABasicAnimation animation]; [anim setTimingFunction:[CAMediaTimingFunction functionWithName:kCAMediaTimingFunctionDefault]]; return anim; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ Skim-app-commit mailing list Skim-app-commit@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/skim-app-commit