Revision: 2622
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2622&view=rev
Author:   hofman
Date:     2007-08-07 13:26:01 -0700 (Tue, 07 Aug 2007)

Log Message:
-----------
Use threaded animation for status bar progress indicator.

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

Modified: trunk/SKStatusBar.m
===================================================================
--- trunk/SKStatusBar.m 2007-08-07 18:58:06 UTC (rev 2621)
+++ trunk/SKStatusBar.m 2007-08-07 20:26:01 UTC (rev 2622)
@@ -267,6 +267,7 @@
                [progressIndicator setControlSize:NSSmallControlSize];
                [progressIndicator setIndeterminate:style == 
NSProgressIndicatorSpinningStyle];
                [progressIndicator setDisplayedWhenStopped:style == 
NSProgressIndicatorBarStyle];
+        [progressIndicator setUsesThreadedAnimation:YES];
                [progressIndicator sizeToFit];
                
                NSRect rect, ignored;


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
Skim-app-commit@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to