Skip to content

Commit

Permalink
Only change resizing behaviour when movieview exists
Browse files Browse the repository at this point in the history
  • Loading branch information
ssp committed Nov 29, 2009
1 parent ad6ac19 commit 2543173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugin/CTFKillerVideo.m
Expand Up @@ -326,8 +326,8 @@ - (BOOL) convertToContainer {
- (void) startFullScreen {
if ( [self movieView] != nil ) {
[[self movieView] setFillColor: [NSColor blackColor]];
[[[self plugin] buttonsContainer] setAutoresizingMask: NSViewNotSizable];
}
[[[self plugin] buttonsContainer] setAutoresizingMask: NSViewNotSizable];
[self adjustButtonPositions:YES];
}

Expand Down

0 comments on commit 2543173

Please sign in to comment.