Skip to content

Commit

Permalink
Fixed icons updating in sorting view
Browse files Browse the repository at this point in the history
  • Loading branch information
niktischenko committed Mar 11, 2011
1 parent 7e3161a commit d775c2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/playlistsortform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,4 +351,5 @@ void PlaylistSortForm::updateIcons() {
ui->sortAlphAscButton->setIcon(QIcon(":/icons/"+icons_theme+"/sort_alpha_asc.png"));
ui->sortAlphDescButton->setIcon(QIcon(":/icons/"+icons_theme+"/sort_alpha_desc.png"));
ui->artistsButton->setIcon(QIcon(":/icons/"+icons_theme+"/artists.png"));
_track_renderer->updateIcons();
}

0 comments on commit d775c2e

Please sign in to comment.