Commit 366a8885 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: fix selection of dropdown-menu of playlist view mode

Patch by VlcVelope
parent 06ceac25
......@@ -249,6 +249,7 @@ void PlaylistWidget::changeView( const QModelIndex& index )
{
searchEdit->clear();
locationBar->setIndex( index );
viewActions[mainView->currentViewIndex()]->setChecked( true );
}
void PlaylistWidget::clearPlaylist()
......
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