]> git.sesse.net Git - vlc/commitdiff
fix visibility of preferences sections
authorHannes Domani <ssbssa@yahoo.de>
Sun, 10 Aug 2008 14:29:25 +0000 (16:29 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 10 Aug 2008 17:15:26 +0000 (10:15 -0700)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/complete_preferences.cpp

index 8c68d16b43e2b42e862b5b5291ba04c5ae946950..cc85b9c6c2f6eb660af5488dc5990019803223d9 100644 (file)
@@ -457,6 +457,7 @@ AdvPrefsPanel::AdvPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
             if( box )
             {
                 box->setLayout( boxlayout );
+                box->show();
                 layout->addWidget( box, i_line, 0, 1, -1 );
                 i_line++;
             }