Commit fb300fb5 authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: ProfileSelector: match options with selected profile

parent c1c0ea51
...@@ -77,7 +77,7 @@ VLCProfileSelector::VLCProfileSelector( QWidget *_parent ): QWidget( _parent ) ...@@ -77,7 +77,7 @@ VLCProfileSelector::VLCProfileSelector( QWidget *_parent ): QWidget( _parent )
CONNECT( profileBox, activated( int ), CONNECT( profileBox, activated( int ),
this, updateOptions( int ) ); this, updateOptions( int ) );
updateOptions( 0 ); updateOptions( qMax(profileBox->currentIndex(), 0) );
} }
VLCProfileSelector::~VLCProfileSelector() VLCProfileSelector::~VLCProfileSelector()
......
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