Commit b3383afd authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

macosx: Initially expand the primary Playlist node.

(cherry picked from commit 31a711e42ea80553aca57626903cdd822c8c1bea)
parent de9f2f1e
......@@ -116,6 +116,7 @@
[o_outline_view setDelegate: self];
[o_outline_view setDataSource: self];
[o_outline_view setAllowsEmptySelection: NO];
[o_outline_view expandItem: [o_outline_view itemAtRow:0]];
vlc_object_release( p_playlist );
[self initStrings];
......
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