Commit 334e48a3 authored by David Fuhrmann's avatar David Fuhrmann

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

parent bc53b5d4
......@@ -443,8 +443,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
[o_fspanel setNonActive:nil];
}
[self makeFirstResponder: nil];
[self makeFirstResponder: o_playlist_table];
}
- (void)makeSplitViewHidden
......@@ -754,7 +753,7 @@ static VLCMainWindow *_o_sharedInstance = nil;
[o_controls_bar setFullscreenState:YES];
}
[self makeFirstResponder: nil];
[self makeFirstResponder: o_playlist_table];
[[[VLCMain sharedInstance] voutController] updateWindowLevelForHelperWindows: NSNormalWindowLevel];
// restore alpha value to 1 for the case that macosx-opaqueness is set to < 1
......
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