Commit f1db7036 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - remove the 'pink sliders' effect

parent 6f77623a
...@@ -304,7 +304,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) : ...@@ -304,7 +304,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i, bool b_advControls ) :
//QSize size( 500, 200 ); //QSize size( 500, 200 );
//resize( size ); //resize( size );
controlLayout = new QGridLayout( this ); controlLayout = new QGridLayout( this );
#if 1 || DEBUG_COLOR #if DEBUG_COLOR
QPalette palette2; QPalette palette2;
palette2.setColor(this->backgroundRole(), Qt::magenta); palette2.setColor(this->backgroundRole(), Qt::magenta);
setPalette(palette2); setPalette(palette2);
......
...@@ -61,8 +61,6 @@ ...@@ -61,8 +61,6 @@
#define DS(i) i.width(),i.height() #define DS(i) i.width(),i.height()
#define DEBUG_COLOR 0
/* Callback prototypes */ /* Callback prototypes */
static int PopupMenuCB( vlc_object_t *p_this, const char *psz_variable, static int PopupMenuCB( vlc_object_t *p_this, const char *psz_variable,
vlc_value_t old_val, vlc_value_t new_val, void *param ); vlc_value_t old_val, vlc_value_t new_val, void *param );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment