Commit 46415abc authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly restore the ColumnID in the playlist.

parent 961e494b
...@@ -311,7 +311,6 @@ void StandardPLPanel::createTreeView() ...@@ -311,7 +311,6 @@ void StandardPLPanel::createTreeView()
/* setModel after setSortingEnabled(true), or the model will sort immediately! */ /* setModel after setSortingEnabled(true), or the model will sort immediately! */
treeView->setModel( model ); treeView->setModel( model );
getSettings()->beginGroup("Playlist");
if( getSettings()->contains( "headerStateV2" ) ) if( getSettings()->contains( "headerStateV2" ) )
{ {
treeView->header()->restoreState( treeView->header()->restoreState(
......
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