fixed navigation history

fixed selectAll action (only in classic view)
This commit is contained in:
Luis Ángel San Martín
2014-07-09 19:42:23 +02:00
parent 1b2f33d0c6
commit e423e7e2df
6 changed files with 16 additions and 1 deletions

View File

@ -1094,6 +1094,7 @@ void LibraryWindow::selectSubfolder(const QModelIndex &mi, int child)
{
QModelIndex dest = dm->index(child,0,mi);
foldersView->setCurrentIndex(dest);
updateHistory(dest);
loadCovers(dest);
}