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

Qt: Don't accept focus on the input slider. Never. Just process mouseEvents...

parent 24bacb28
......@@ -50,6 +50,7 @@ InputSlider::InputSlider( Qt::Orientation q,QWidget *_parent ) :
setTracking( true );
setPosition( -1.0, 0, 0 );
secstotimestr( psz_length, 0 );
setFocusPolicy( Qt::NoFocus );
CONNECT( this, valueChanged(int), this, userDrag( int ) );
}
......
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