Fixed double click for opening.

This commit is contained in:
Luis Ángel San Martín 2016-04-18 17:45:54 +02:00
parent 4f0bd14f3d
commit b983de8888

View File

@ -158,7 +158,7 @@ Rectangle {
comicsSelectionHelper.selectIndex(index); comicsSelectionHelper.selectIndex(index);
grid.currentIndex = index; grid.currentIndex = index;
comicsSelectionHelper.selectedItem(index); currentIndexHelper.selectedItem(index);
} }
function selectAll(from,to) function selectAll(from,to)