Commit 42eaf8ca authored by David Fuhrmann's avatar David Fuhrmann

macosx: activate playlist when playback finishes (close #6693)

backport of (334e48a3e85e6127be03b2293b9c4233c73b1d4c)
parent 573bf233
...@@ -773,7 +773,7 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -773,7 +773,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
[o_video_view setHidden: YES]; [o_video_view setHidden: YES];
[o_split_view setHidden: NO]; [o_split_view setHidden: NO];
[self makeFirstResponder: nil]; [self makeFirstResponder: o_playlist_table];
} }
...@@ -1648,7 +1648,7 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -1648,7 +1648,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
} }
else else
{ {
[self makeFirstResponder: nil]; [self makeFirstResponder: o_playlist_table];
[o_detached_video_window orderOut: nil]; [o_detached_video_window orderOut: nil];
if( [self level] != NSNormalWindowLevel ) if( [self level] != NSNormalWindowLevel )
......
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