vlc | branch: master | David Fuhrmann <[email protected]> | Sat Apr 27 10:48:26 2013 +0200| [334e48a3e85e6127be03b2293b9c4233c73b1d4c] | committer: David Fuhrmann
macosx: activate playlist when playback finishes (close #6693) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=334e48a3e85e6127be03b2293b9c4233c73b1d4c --- modules/gui/macosx/MainWindow.m | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/modules/gui/macosx/MainWindow.m b/modules/gui/macosx/MainWindow.m index 212a914..1859219 100644 --- a/modules/gui/macosx/MainWindow.m +++ b/modules/gui/macosx/MainWindow.m @@ -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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
