Commit bc900dc2 authored by Felix Paul Kühne's avatar Felix Paul Kühne Committed by Jean-Baptiste Kempf

macosx: don't show the playlist on stop in minimized mode (refs #6213)

(cherry picked from commit 23d755550b26259906b9d36443f20c0e2f3f1b56)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 932a9415
......@@ -598,7 +598,8 @@ static VLCMainWindow *_o_sharedInstance = nil;
{
if (b_splitview_removed)
{
[self showSplitView];
if( !b_nonembedded ||( sender != nil && b_nonembedded))
[self showSplitView];
}
if (b_dropzone_active && ![[VLCMain sharedInstance] activeVideoPlayback])
......
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