Commit 920c3a72 authored by David Fuhrmann's avatar David Fuhrmann Committed by Felix Paul Kühne

macosx: avoid some focus problems when doing playlistish stuff

The original purpose for this code is fixed somewhere else today.

close #6769
(cherry picked from commit 0f0d47518b683267190256ae0cb5f4c403b306ea)
Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent 347d28de
...@@ -1359,9 +1359,6 @@ static VLCMainWindow *_o_sharedInstance = nil; ...@@ -1359,9 +1359,6 @@ static VLCMainWindow *_o_sharedInstance = nil;
/* chapters & titles */ /* chapters & titles */
//FIXME! b_chapters = p_input->stream.i_area_nb > 1; //FIXME! b_chapters = p_input->stream.i_area_nb > 1;
if (( cachedInputState == PLAYING_S || b_buffering == YES ) && [[VLCMain sharedInstance] activeVideoPlayback] )
[[o_video_view window] makeKeyAndOrderFront: nil];
vlc_object_release( p_input ); vlc_object_release( p_input );
} }
......
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