Revision: 14527
          http://sourceforge.net/p/skim-app/code/14527
Author:   hofman
Date:     2024-10-07 15:48:46 +0000 (Mon, 07 Oct 2024)
Log Message:
-----------
Transition cannot be set

Modified Paths:
--------------
    trunk/SKPresentationOptionsSheetController.m

Modified: trunk/SKPresentationOptionsSheetController.m
===================================================================
--- trunk/SKPresentationOptionsSheetController.m        2024-10-07 15:44:05 UTC 
(rev 14526)
+++ trunk/SKPresentationOptionsSheetController.m        2024-10-07 15:48:46 UTC 
(rev 14527)
@@ -66,7 +66,6 @@
 #define PROPERTIES_KEY @"properties"
 #define INFO_KEY @"info"
 #define SEPARATE_KEY @"separate"
-#define TRANSITION_KEY @"transition"
 #define TRANSITIONS_KEY @"transitions"
 #define CURRENTTRANSITIONS_KEY @"currentTransitions"
 
@@ -90,7 +89,7 @@
 + (NSSet *)keyPathsForValuesAffectingValueForKey:(NSString *)key {
     NSSet *keyPaths = [super keyPathsForValuesAffectingValueForKey:key];
     if ([key isEqualToString:CURRENTTRANSITIONS_KEY])
-        keyPaths = [keyPaths setByAddingObjectsFromSet:[NSSet 
setWithObjects:SEPARATE_KEY, TRANSITIONS_KEY, TRANSITION_KEY, nil]];
+        keyPaths = [keyPaths setByAddingObjectsFromSet:[NSSet 
setWithObjects:SEPARATE_KEY, TRANSITIONS_KEY, nil]];
     return keyPaths;
 }
 

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

Reply via email to