[vlc-commits] macosx: auto-expand codec information view
David Fuhrmann
git at videolan.org
Wed Feb 12 16:47:02 CET 2014
vlc | branch: master | David Fuhrmann <david.fuhrmann at googlemail.com> | Wed Feb 12 16:45:51 2014 +0100| [a76356c8fb1e15c87497b01ea39638a8808279de] | committer: David Fuhrmann
macosx: auto-expand codec information view
This is more useful than always having the items collaped.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a76356c8fb1e15c87497b01ea39638a8808279de
---
modules/gui/macosx/playlistinfo.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/gui/macosx/playlistinfo.m b/modules/gui/macosx/playlistinfo.m
index a54c41c..a818f3f 100644
--- a/modules/gui/macosx/playlistinfo.m
+++ b/modules/gui/macosx/playlistinfo.m
@@ -263,6 +263,7 @@ static VLCInfo *_o_sharedInstance = nil;
/* reload the advanced table */
[rootItem refresh];
[o_outline_view reloadData];
+ [o_outline_view expandItem:nil expandChildren:YES];
/* update the stats once to display p_item change faster */
[self updateStatistics];
More information about the vlc-commits
mailing list