Skip to content

Commit

Permalink
Reset timecodes after task is finished
Browse files Browse the repository at this point in the history
  • Loading branch information
halbtuerke committed Jun 26, 2009
1 parent b24fbb1 commit ecd9505
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions AppController.m
Expand Up @@ -338,6 +338,9 @@ -(void)reset
[startTranscodeButton setState:0];
[startTranscodeButton setEnabled: NO];

[startTimeCodeField setStringValue:@"00:00:00"];
[durationTimeCodeField setStringValue:@"00:00:00"];

[self clear:@"INPUT"];
[self clear:@"OUTPUT"];
}
Expand Down

0 comments on commit ecd9505

Please sign in to comment.