From 1fdb0d7e995672818cb4dfdef577940b87db3806 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 1 Sep 2007 16:29:51 +0000 Subject: [PATCH] qt4: disc controls should only be shown on request. To test. --- modules/gui/qt4/components/interface_widgets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/interface_widgets.cpp b/modules/gui/qt4/components/interface_widgets.cpp index 79778050f4..94149cad86 100644 --- a/modules/gui/qt4/components/interface_widgets.cpp +++ b/modules/gui/qt4/components/interface_widgets.cpp @@ -367,7 +367,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) : BUTTON_SET_IMG( nextSectionButton, "", next.png, "" ); BUTTON_SET_IMG( menuButton, "", previous.png, "" ); - //discFrame->hide(); + discFrame->hide(); /* Change the navigation button display when the IM navigation changes */ CONNECT( THEMIM->getIM(), navigationChanged( int ), -- GitLab