diff --git a/YACReaderLibrary/comic_vine/sort_volume_comics.cpp b/YACReaderLibrary/comic_vine/sort_volume_comics.cpp index 6d7441f2..16e7d782 100644 --- a/YACReaderLibrary/comic_vine/sort_volume_comics.cpp +++ b/YACReaderLibrary/comic_vine/sort_volume_comics.cpp @@ -169,10 +169,12 @@ void SortVolumeComics::moveDownCL() QList selection = tableFiles->selectionModel()->selectedIndexes(); if(selection.count() > 0) + { localComicsModel->moveSelectionDown(selection); - selection = tableFiles->selectionModel()->selectedIndexes(); - tableFiles->scrollTo(selection.last()); + selection = tableFiles->selectionModel()->selectedIndexes(); + tableFiles->scrollTo(selection.last()); + } } void SortVolumeComics::moveUpIL()