From 53eaf14d6480ff35e0d4875119079bc96b3c291b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sat, 29 Nov 2014 23:48:13 +0100 Subject: [PATCH] fixed comics selecting in grid view --- YACReaderLibrary/qml/GridComicsView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index 6dda52e0..82f426ec 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -96,6 +96,7 @@ Rectangle { if(!comicsSelectionHelper.isSelectedIndex(index)) { + comicsSelectionHelper.clear(); comicsSelectionHelper.selectIndex(index) grid.currentIndex = index; }