fixed comics selecting in grid view

This commit is contained in:
Luis Ángel San Martín 2014-11-29 23:48:13 +01:00
parent bf17bb569c
commit 53eaf14d64

View File

@ -96,6 +96,7 @@ Rectangle {
if(!comicsSelectionHelper.isSelectedIndex(index))
{
comicsSelectionHelper.clear();
comicsSelectionHelper.selectIndex(index)
grid.currentIndex = index;
}