Commit 37f24581 authored by David Fuhrmann's avatar David Fuhrmann

macosx: small clarification regarding fullscreen controller

parent cfdfb26c
......@@ -1541,9 +1541,9 @@ static VLCMainWindow *_o_sharedInstance = nil;
[o_bottombar_view setHidden: b_videoPlayback];
else
[o_bottombar_view setHidden: NO];
if( b_videoPlayback )
if( b_videoPlayback && b_fullscreen )
[o_fspanel setActive: nil];
else
if( !b_videoPlayback )
[o_fspanel setNonActive: nil];
}
......@@ -1848,8 +1848,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
if( [o_videoWindow isVisible] )
[o_videoWindow orderOut: self];
[o_fspanel setActive: nil];
b_fullscreen = YES;
[self unlockFullscreenAnimation];
}
......
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