Commit de54e767 authored by David Fuhrmann's avatar David Fuhrmann

macosx: only restore frame before playback in embedded case

parent 2bcba23f
...@@ -1715,7 +1715,8 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -1715,7 +1715,8 @@ static VLCMainWindow *_o_sharedInstance = nil;
// look for 'start at fullscreen' // look for 'start at fullscreen'
[[VLCMain sharedInstance] fullscreenChanged]; [[VLCMain sharedInstance] fullscreenChanged];
} else { } else {
[[self animator] setFrame:frameBeforePlayback display:YES]; if (!b_nonembedded)
[[self animator] setFrame:frameBeforePlayback display:YES];
[self makeFirstResponder: nil]; [self makeFirstResponder: nil];
[o_detached_video_window orderOut: nil]; [o_detached_video_window orderOut: nil];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment