Browse Subversion Repository
Diff of /branches/divideMovieViewController/XspfQTMovieWindowController.m
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|