Commit 17193cff authored by Hannes Domani's avatar Hannes Domani Committed by Jean-Baptiste Kempf

fix visibility of preferences sections

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 2feb0633
...@@ -457,6 +457,7 @@ AdvPrefsPanel::AdvPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent, ...@@ -457,6 +457,7 @@ AdvPrefsPanel::AdvPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
if( box ) if( box )
{ {
box->setLayout( boxlayout ); box->setLayout( boxlayout );
box->show();
layout->addWidget( box, i_line, 0, 1, -1 ); layout->addWidget( box, i_line, 0, 1, -1 );
i_line++; i_line++;
} }
......
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