diff --git a/YACReaderLibrary/info_comics_view.cpp b/YACReaderLibrary/info_comics_view.cpp index 708aebd0..8f5de93b 100644 --- a/YACReaderLibrary/info_comics_view.cpp +++ b/YACReaderLibrary/info_comics_view.cpp @@ -149,8 +149,7 @@ void InfoComicsView::setCurrentIndex(const QModelIndex &index) { QQmlProperty(list, "currentIndex").write(index.row()); - selectionHelper->clear(); - selectionHelper->selectIndex(index.row()); + setCurrentIndex(index.row()); } void InfoComicsView::setCurrentIndex(int index)