From 7d2f2c2ec063d80e96608b8f07df382cb506119d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Mon, 7 Dec 2015 22:52:03 +0100 Subject: [PATCH] use again YACReaderScrollView.qml in GridComicsView.qml, because the default QML's ScrollView seems to have issues setting the limit of the scrolling, the issue is specially visible using touch pads or having a high step count in the mouse's wheel --- YACReaderLibrary/qml/GridComicsView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/YACReaderLibrary/qml/GridComicsView.qml b/YACReaderLibrary/qml/GridComicsView.qml index 7c877b89..14c5ac1d 100644 --- a/YACReaderLibrary/qml/GridComicsView.qml +++ b/YACReaderLibrary/qml/GridComicsView.qml @@ -313,7 +313,7 @@ Rectangle { } } - ScrollView{ + YACReaderScrollView { id: scrollView anchors.fill: parent anchors.margins: 0