]> git.sesse.net Git - vlc/commitdiff
qt4: disc controls should only be shown on request.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 16:29:51 +0000 (16:29 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 16:29:51 +0000 (16:29 +0000)
To test.

modules/gui/qt4/components/interface_widgets.cpp

index 79778050f4fe241399df891c211492c0cb912bce..94149cad86dc4f9c9089c288647e1f4c9f132dbe 100644 (file)
@@ -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 ),