Revision: 3308
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3308&view=rev
Author:   hofman
Date:     2007-12-03 12:53:46 -0800 (Mon, 03 Dec 2007)

Log Message:
-----------
Set progress of animation before using the value.

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

Modified: trunk/SKTransitionController.m
===================================================================
--- trunk/SKTransitionController.m      2007-12-03 17:28:59 UTC (rev 3307)
+++ trunk/SKTransitionController.m      2007-12-03 20:53:46 UTC (rev 3308)
@@ -448,8 +448,8 @@
 }
 
 - (void)setCurrentProgress:(NSAnimationProgress)progress {
+    [super setCurrentProgress:progress];
     [filter setValue:[NSNumber numberWithFloat:[self currentValue]] 
forKey:@"inputTime"];
-    [super setCurrentProgress:progress];
     [[self delegate] display];
 }
 


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

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to