Revision: 15047
http://sourceforge.net/p/skim-app/code/15047
Author: hofman
Date: 2025-03-29 16:40:29 +0000 (Sat, 29 Mar 2025)
Log Message:
-----------
don't use typed string
Modified Paths:
--------------
trunk/SKColorSwatch.m
Modified: trunk/SKColorSwatch.m
===================================================================
--- trunk/SKColorSwatch.m 2025-03-29 16:38:44 UTC (rev 15046)
+++ trunk/SKColorSwatch.m 2025-03-29 16:40:29 UTC (rev 15047)
@@ -118,7 +118,7 @@
@synthesize autoResizes, selects, alternate, clickedColorIndex=clickedIndex,
selectedColorIndex=selectedIndex, bezelWidth;
@dynamic colors, color, contentWidth;
-+ (id)defaultAnimationForKey:(NSAnimatablePropertyKey)key {
++ (id)defaultAnimationForKey:(NSString *)key {
if ([key isEqualToString:@"bezelWidth"]) {
CABasicAnimation *anim = [CABasicAnimation animation];
[anim setTimingFunction:[CAMediaTimingFunction
functionWithName:kCAMediaTimingFunctionDefault]];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit