Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/divideMovieViewController/XspfQTMovieWindowController.m

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 389 by masakih, Fri Jun 28 12:32:00 2013 UTC revision 390 by masakih, Tue Jul 2 14:11:00 2013 UTC
# Line 599  static XspfQTMovieTimer* timer = nil; Line 599  static XspfQTMovieTimer* timer = nil;
599  {  {
600          QTMovie *qt = self.qtMovie;          QTMovie *qt = self.qtMovie;
601          if(qt) {          if(qt) {
602                  // force update time indicator.                  // see XspfQTPlayerMovieMode joinTheMoviesMovie method.
603                  [qt willChangeValueForKey:@"currentTime"];                  NSString *displayName = [qt attributeForKey:QTMovieDisplayNameAttribute];
604                  [qt didChangeValueForKey:@"currentTime"];                  if(![displayName isEqualToString:@"JoinTheMovie"]) {
605                            // force update time indicator.
606                            [qt willChangeValueForKey:@"currentTime"];
607                            [qt didChangeValueForKey:@"currentTime"];
608                    }
609          }          }
610                    
611          // Hide cursor and controller, if mouse didn't move for 3 seconds.          // Hide cursor and controller, if mouse didn't move for 3 seconds.

Legend:
Removed from v.389  
changed lines
  Added in v.390

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26