Commit 60e3f3c4 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: PLSelector: expand root level

parent a3e13550
......@@ -142,6 +142,10 @@ PLSelector::PLSelector( QWidget *p, intf_thread_t *_p_intf )
createItems();
/* Expand at least to show level 2 */
for ( int i = 0; i < topLevelItemCount(); i++ )
expandItem( topLevelItem( i ) );
/***
* We need to react to both clicks and activation (enter-key) here.
* We use curItem to avoid rebuilding twice.
......
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