Commit a2bd73d9 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fixed wrong behavior of the drop zone introduced in...

macosx: fixed wrong behavior of the drop zone introduced in [7f63022f] (close #6071)
parent 56e7865d
......@@ -562,11 +562,10 @@ static VLCMainWindow *_o_sharedInstance = nil;
- (IBAction)togglePlaylist:(id)sender
{
if (b_dropzone_active)
if (b_dropzone_active && ![[VLCMain sharedInstance] activeVideoPlayback])
{
b_dropzone_active = NO;
[self hideDropZone];
return;
}
if (!b_nonembedded)
......
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