]> git.sesse.net Git - vlc/commitdiff
Qt4 - remove the 'pink sliders' effect
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 12:33:33 +0000 (12:33 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 1 Sep 2007 12:33:33 +0000 (12:33 +0000)
modules/gui/qt4/components/interface_widgets.cpp
modules/gui/qt4/main_interface.cpp

index ca118b3b6bd5039d26de2738250a3fd96878e2c9..79778050f4fe241399df891c211492c0cb912bce 100644 (file)
@@ -304,7 +304,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) :
     //QSize size( 500, 200 );
     //resize( size );
     controlLayout = new QGridLayout( this );
-#if 1 || DEBUG_COLOR
+#if DEBUG_COLOR
     QPalette palette2;
     palette2.setColor(this->backgroundRole(), Qt::magenta);
     setPalette(palette2);
index b62f5c8a8ae58a048b02dd2f1035acc341d28ff9..36c0b033a9536addbca09dcc11562a54d6fcd67e 100644 (file)
@@ -61,8 +61,6 @@
 
 #define DS(i) i.width(),i.height()
 
-#define DEBUG_COLOR 0
-
 /* Callback prototypes */
 static int PopupMenuCB( vlc_object_t *p_this, const char *psz_variable,
                         vlc_value_t old_val, vlc_value_t new_val, void *param );