Revision: 3279
          http://skim-app.svn.sourceforge.net/skim-app/?rev=3279&view=rev
Author:   hofman
Date:     2007-11-29 03:59:27 -0800 (Thu, 29 Nov 2007)

Log Message:
-----------
Create transition window earlier to avoid delay in first transition.

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

Modified: trunk/SKTransitionController.m
===================================================================
--- trunk/SKTransitionController.m      2007-11-28 20:50:21 UTC (rev 3278)
+++ trunk/SKTransitionController.m      2007-11-29 11:59:27 UTC (rev 3279)
@@ -435,6 +435,8 @@
         [self setTransitionStyle:[[transitionStylePopUpButton selectedItem] 
tag]];
         [self setDuration:fmaxf([transitionDurationField floatValue], 0.0)];
         [self setShouldRestrict:(BOOL)[[transitionExtentMatrix selectedCell] 
tag]];
+        // create the window to avoid delaying the first transition
+        [self transitionWindow];
     }
 }
 


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