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

This commit is contained in:
Luis Ángel San Martín 2015-12-07 22:52:03 +01:00
parent da19e086db
commit 7d2f2c2ec0

View File

@ -313,7 +313,7 @@ Rectangle {
}
}
ScrollView{
YACReaderScrollView {
id: scrollView
anchors.fill: parent
anchors.margins: 0