[vlc-devel] commit: fix visibility of preferences sections (Hannes Domani )
git version control
git at videolan.org
Sun Aug 10 19:13:02 CEST 2008
vlc | branch: master | Hannes Domani <ssbssa at yahoo.de> | Sun Aug 10 16:29:25 2008 +0200| [17193cff52c84992d1fe51339e8bbd17d7a1f4e5] | committer: Jean-Baptiste Kempf
fix visibility of preferences sections
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17193cff52c84992d1fe51339e8bbd17d7a1f4e5
---
.../gui/qt4/components/complete_preferences.cpp | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/modules/gui/qt4/components/complete_preferences.cpp b/modules/gui/qt4/components/complete_preferences.cpp
index 8c68d16..cc85b9c 100644
--- a/modules/gui/qt4/components/complete_preferences.cpp
+++ b/modules/gui/qt4/components/complete_preferences.cpp
@@ -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++;
}
More information about the vlc-devel
mailing list