mirror of
https://github.com/YACReader/yacreader
synced 2025-07-27 09:24:57 -04:00
fixed navigation history
fixed selectAll action (only in classic view)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user