Commit 2181994e 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 [7f63022f8a94871fd6ca1be2c9c69660ff1d7f6e] (close #6071)
(cherry picked from commit a2bd73d9b1daeca20684fbc5687b21e1088c3001)
parent 342b7f82
......@@ -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