Commit 49829efd authored by David Fuhrmann's avatar David Fuhrmann

macosx: fix playlist focus issue in nonembedded mode

close #7794
parent ac698fe0
...@@ -498,9 +498,7 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -498,9 +498,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
} else { } else {
[o_split_view setHidden: NO]; [o_split_view setHidden: NO];
[o_playlist_table setHidden: NO]; [o_playlist_table setHidden: NO];
[o_video_view setHidden: !b_activeVideo]; [o_video_view setHidden: YES];
if (b_activeVideo && [[o_video_view subviews] count] > 0)
[[o_video_view window] makeFirstResponder: [[o_video_view subviews] objectAtIndex:0]];
} }
} }
} }
......
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