Commit a76356c8 authored by David Fuhrmann's avatar David Fuhrmann

macosx: auto-expand codec information view

This is more useful than always having the items collaped.
parent afd8ee69
......@@ -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];
......
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